Opened 10 months ago
Closed 9 months ago
#5 closed task (fixed)
Replace pandas by built in csv module
Reported by: | Enrico Schwass | Owned by: | frankl |
---|---|---|---|
Priority: | minor | Milestone: | Version 1.0 |
Component: | General | Version: | 1.0 |
Keywords: | Cc: |
Description
To keep dependencies small, do not use external libraries for simple tasks
pandas can be easily replaced by the built-in csv module or even hand-written code
Change History (4)
comment:1 by , 10 months ago
Component: | BuildSystem → General |
---|
comment:2 by , 10 months ago
Milestone: | → Version 1.0 |
---|---|
Version: | → 1.0 |
comment:3 by , 9 months ago
comment:4 by , 9 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
csv and pandas replaced by json and class RecurringPhaseSequence
Note:
See TracTickets
for help on using tickets.
It is even better to store the configuration as json and build the Python objects (RecurringPhaseSequence) from that.
Do not forget to apply meaningful assertions to ensure safe object creation. All outside data is evil.
{
}