You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Themis file types subclass pandas.DataFrame. Put the code to load them via argparse in a static method. Change the output_format static method to __str__. Make __repr__ a head of the table along with the number of rows it contains. Move from_csv, to_csv, and print_csv functionality into these objects. Make column header names static variables inside the objects.
Pull these objects out into a separate source file and write documentation for each of them. This will make the code easier to read and more self-documenting.
No functionality change.
The text was updated successfully, but these errors were encountered:
Make Themis file types subclass
pandas.DataFrame
. Put the code to load them viaargparse
in a static method. Change theoutput_format
static method to__str__
. Make__repr__
a head of the table along with the number of rows it contains. Movefrom_csv
,to_csv
, andprint_csv
functionality into these objects. Make column header names static variables inside the objects.Pull these objects out into a separate source file and write documentation for each of them. This will make the code easier to read and more self-documenting.
No functionality change.
The text was updated successfully, but these errors were encountered: