You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pandas package excels at storing and manipulating tabular data. The file /data/named_features.csv is a table of named features on Pluto and some facts about them.
Write a function in helpers.py that:
reads the named_features.csv into a pandas dataframe
Add an example in jupyter_notebooks/ (you can edit tutorial.ipynb or make your own notebook) which shows how to call this function and some cool manipulations you can do with pandas methods.
The text was updated successfully, but these errors were encountered:
The pandas package excels at storing and manipulating tabular data. The file
/data/named_features.csv
is a table of named features on Pluto and some facts about them.Write a function in helpers.py that:
Add an example in
jupyter_notebooks/
(you can edittutorial.ipynb
or make your own notebook) which shows how to call this function and some cool manipulations you can do with pandas methods.The text was updated successfully, but these errors were encountered: