Exploring Your Dataset With Pandas and Python

Published: 03 June 2021
on channel: Real Python
6,316
162

Do you know about the differences between the main data structures that Pandas and Python use. Do you have a large dataset that’s full of interesting insights, but you’re not sure where to start exploring it? Has your boss asked you to generate some statistics from it, but they’re not so easy to extract?

Links for this course and more information can be found at:
https://realpython.com/courses/explor...

These are precisely the use cases where Pandas and Python can help you! With these tools, you’ll be able to slice a large dataset down into manageable parts and glean insight from that information.