| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-02-11 | 1.0 kB | |
| v0.4.0.tar.gz | 2022-02-11 | 453.3 kB | |
| v0.4.0.zip | 2022-02-11 | 464.1 kB | |
| Totals: 3 Items | 918.4 kB | 0 | |
Improvements
-
Implement a
Saveclass with a namespace for accessing key data points and datasets:::text Save.data ├───datasets │ ├───mod │ │ ├───dataframe │ │ └───dictionary_list │ ├───pawn │ │ ├───dataframe │ │ └───dictionary_list │ ├───plant │ │ ├───dataframe │ │ └───dictionary_list │ └───weather │ ├───dataframe │ └───dictionary_list ├───file_size ├───game_version ├───path └───root
-
The pandas DataFrame containing plant information for the save file can be accessed through
Save.data.datasets.plant.dataframe. The namespace is created usingbunch. - Consolidate all functions related to loading or modifying save data in the
Saveclass - Bump
plotlyto 5.6.0