September 2018
Intermediate to advanced
472 pages
12h 2m
English
As we have seen in the previous paragraph, pandas can speed up exploring data visually since it wraps up into single commands what would have required an entire code snippet using matplotlib. The idea behind this is that unless you need to tailor and configure a special visualization, using a wrapper can allow you to create standard graphics faster.
Apart from pandas, other packages assemble low-level instructions from matplotlib into more user-friendly commands for specific representations and usage:
Read now
Unlock full access