Browse Source

return function not needed

pull/2/head
lee 3 years ago
parent
commit
a3762369d1
  1. 2
      one_md_per_day_format/piscine/Week1/day2.md

2
one_md_per_day_format/piscine/Week1/day2.md

@ -90,7 +90,7 @@ The data set used is **Individual household electric power consumption**
3. Create a function that takes as input the DataFrame with the data set and returns a DataFrame with updated types:
```python
def update_types(df) -> DataFrame:
def update_types(df):
#TODO
return df
```

Loading…
Cancel
Save