WWCodePython icon indicating copy to clipboard operation
WWCodePython copied to clipboard

Python DataFrames Cheatsheet

Open suneel87 opened this issue 4 years ago • 2 comments

This would be a .ipynb file that contains the basics of the DataFrame object in the Pandas library. The notebook will contain the most important and useful functions, including:

  • head()
  • read_csv()
  • to_csv()
  • describe()
  • fillna()
  • len()

There will be many more methods included in the cheatsheet along with these ones, supplemented by appropriate examples.

suneel87 avatar Oct 23 '21 09:10 suneel87

Hey, @soumyavemuri can you check the scope of this and if we can still add it?

varchanaiyer avatar Oct 26 '21 03:10 varchanaiyer

@varchanaiyer Yep it's still open. @suneel87 You can add the notebook to the pandas directory and link the notebook in the Dataframe section of the pandas readme file. Assigning it to you.

soumyavemuri avatar Oct 27 '21 08:10 soumyavemuri