1 Answer
+ 1
In python you can use matplotlib module to visualize your data.
For an in-terminal presentation use plotext module as it has similar commands to matplotlib.
Before doing this, be sure to treat the whole data with pandas module to be sure for the data you're ploting.