lux-org / lux

Automatically visualize your pandas dataframe via a single print! 📊 💡
Apache License 2.0
5.15k stars 365 forks source link

Unit test implement for history and Amend previous broken unit tests #401

Closed leijie-wang closed 3 years ago

leijie-wang commented 3 years ago

The main changes are as follows:

  1. History logging in frame.py
  2. History tracking in series.py (same as above)
  3. History tracking in groupy.py (same as above)
  4. History class in history.py
  5. Amend previous unit tests that are broken because of new changes to the codes.