Opened 16 months ago
Closed 15 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 , 16 months ago
| Component: | BuildSystem → General |
|---|
comment:2 by , 16 months ago
| Milestone: | → Version 1.0 |
|---|---|
| Version: | → 1.0 |
comment:3 by , 16 months ago
comment:4 by , 15 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
csv and pandas replaced by json and class RecurringPhaseSequence
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/playground/chrome/site/playground.png)
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.
{
}