Old-fashioned Way About Data Science

03 Nov 2019 - freefd

Share on:

The usual Pythonic way to get a data series is sometimes not the fastest. In some cases, it’s enough to have only 3-6 Linux CLI tools to get a necessary data from Web and parse it in a proper way. Let’s look at such an approach on how to count the number of released RFC’s per year and draw the graph in a terminal.

2023-06-23: The article has been moved to https://freefd.github.io/articles/2_old_fashioned_way_about_data_science/.

Tags: linux cli shell gnuplot