ravishende / grafana_data_retrieval

2 stars 0 forks source link

In Phase_3.py, with no verbose, try to find a way to print '.'s as they come #75

Closed ravishende closed 3 months ago

ravishende commented 6 months ago

Currently, since the printed "."s are done in functions ran using df.apply(...), it prints everything at once after the apply is ran. See if there is a way to bypass this and print as they are finished.