You don't need to be a data scientist to use Pandas for some basic
analysis.
Traditionally, people who program in Python use the data types that
come with the language, such as integers, strings, lists, tuples and
dictionaries. Sure, you can create objects in Python, but those
objects typically are built out of those fundamental data structures.