Summary
In this chapter, you learned how to create pandas DataFrame
objects and various means of selecting data based upon the indexes and values in various columns. These examples paralleled those of the Series
, but demonstrated that, because the DataFrame
has columns and an associated columns index, the syntax has variations from the Series
.
In the next chapter, we will dive further into data manipulation, using the DataFrame
and focusing on making modifications to DataFrame
structure and contents.