Course Content
Time Series Essentials: Understanding Features
Time Series Essentials: Understanding Features
Dataframe Exploration
In Python, the shape
attribute of a pandas
DataFrame returns a tuple representing the dimensions of the DataFrame. The dtypes
attribute returns the data types of the columns in the DataFrame.
In Python, the dtypes
attribute of a pandas DataFrame returns the data types of the columns in the DataFrame.
Task
- Use the
shape
method; - Use the
dtypes
method.
Everything was clear?
Section 1. Chapter 3
Start learning today and achieve
coding mastery
- Master Python, SQL, JavaScript & more.
- Learn with Step-by-Step Lessons.
- Get Ready for Real-World Projects.
- Earn a Certificate Upon Completion.