Skip to content

Commit 9adf227

Browse files
committed
changing table to dataframe to reflect the variable name used in the function
1 parent 7d0bf1c commit 9adf227

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)