Skip to content

Commit 05ddaae

Browse files
authored
Merge pull request #212 from abostroem/issue200-table
changing table to dataframe to reflect the variable name used in the …
2 parents b74855e + 9adf227 commit 05ddaae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/07-photo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ We want to be able to make this plot again, with any selection of PanSTARRs phot
187187
so this is a natural time to put it into a function that accepts as input
188188
an Astropy `Table` or Pandas `DataFrame`, as long as
189189
it has columns named `g_mean_psf_mag` and `i_mean_psf_mag`. To do this we will change
190-
our variable name from `candidate_df` to the more generic `table`.
190+
our variable name from `candidate_df` to the more generic `dataframe`.
191191

192192
```python
193193
def plot_cmd(dataframe):

0 commit comments

Comments
 (0)