2. Working with Data in Pandas#
Covered in this chapter:
How to Find Column Names
How to Get a Quick Sense of the Dataset
How to Grab a Specific Range of Rows
How to Get a Quick Quantitative Understanding of the Dataset
How to Find Specific Information in the Dataset
How to use Or in a DataFrame query
How to Sort Data by Single Column
How to Reverse Sort Data by Single Column
How to Sort Data by Multiple Columns
How to Sort Data by Multiple Columns with Different Values Organized Differently
How to Drop a Column in the DataFrame
How to Remove Rows that have NaN in any Column
How to Remove Rows that have NaN in a Specific Column
How to Convert DataFrame Data Types (from Float to Int)