Improved variable names/Less code duplication
- Oct 26, 2019
-
-
Vriezen, E.C. (Emma) authored
Changed names like file_1 and file_2 to more suitable names, e.g. file_path_source, file_path_shadow, data_source, data_shadow. This makes coding more intuitive, because now we know what we are talking about!
21d8411c -
Vriezen, E.C. (Emma) authored
Added the format_input() function. This has made the duplicate code in read_txt() unnecessary. Also, the resulting DFs do not contain NANs anymore.
1525f155 -
Vriezen, E.C. (Emma) authored6a6cbc8d
-