Fix Project ENGIE Cleaning and Pandas Nested .loc
Warning
#270
Labels
bug
enhancement
maintenance
Issues related to code maintainence. E.g., upgrading versions of dependencies, fixing the CI pipelie
There are two overlapping issues that can't be disentangled, and should be addressed simultaneously:
.loc
was improperly removed seeproject_ENGIE.py:98
.Both should be rewritten to the form of, but in 2) the
= np.nan
is missing:The change in form won't the results, however, because in line 99 of the current file the assignment part of the expression is missing, our results will naturally change, and as a result, may be where some of our change in results earlier on were stemming from.
The text was updated successfully, but these errors were encountered: