Closed Ledenel closed 5 years ago
TenhouEvent now represent a event. due to issue #12 , we could add a method like to_uniform_paifu_record(self) to TenhouEvent ,return a plain dict() (dict-like) object to support easy pandas.Dataframe creation.
TenhouEvent
to_uniform_paifu_record(self)
dict()
pandas.Dataframe
For now, tiles can be safely serialized by str(TileSet) #14 #21. All metadata thus been properly serialized.
str(TileSet)
Implemented in #23. Thanks for contribution!
TenhouEvent
now represent a event. due to issue #12 , we could add a method liketo_uniform_paifu_record(self)
toTenhouEvent
,return a plaindict()
(dict-like) object to support easypandas.Dataframe
creation.