6.5 Extras
Here are some ideas for you to add to this project.
6.5.1 Use pandas to examine data
A common tool for interactive data exploration is the pandas
package.
See https://pandas.pydata.org for more information.
Also, see https://www.packtpub.com/product/learning-pandas/9781783985128 for resources for learning more about pandas.
The value of using pandas for examining text may be limited. The real value of pandas is for doing more sophisticated statistical and graphical analysis of the data.
We encourage you to load NDJSON documents using pandas and do some preliminary investigation of the data values.