Commit Graph

71 Commits

Author SHA1 Message Date
iuvbio 8ad7e1cebc version 0.0.9 2021-08-20 19:22:49 +02:00
iuvbio 3e8999ae79 Merge branch 'feat/fods' 2021-08-20 19:19:25 +02:00
iuvbio f6f1477231 misc: formatting 2021-08-20 19:18:48 +02:00
iuvbio 16ee03683f get version from distribution 2021-08-20 19:16:18 +02:00
iuvbio 4e02c44276 add fods tests 2021-08-20 19:14:26 +02:00
iuvbio db5c14409f add fods support 2021-08-20 19:13:40 +02:00
iuvbio a31ac7671b add fods test files 2021-08-20 19:10:59 +02:00
iuvbio 91300fe726 add fods parser and example 2021-08-19 00:41:10 +02:00
iuvbio a0b9e4c2f9 include package data 2021-08-18 23:50:19 +02:00
iuvbio ab3c48ae03 add VERSION to manifest 2021-08-18 23:50:04 +02:00
iuvbio 3ddf3a19cf reorganize structure 2021-08-18 23:30:13 +02:00
iuvbio 255698a1e2 delete TODO 2021-08-18 23:29:47 +02:00
iuvbio ce53363746 update .gitignore 2021-08-18 22:53:48 +02:00
iuvbio cdc4930eb2 add venv dir 2021-07-01 20:09:38 +03:00
iuvbio 07440e0f90 change development status to beta 2021-07-01 20:04:09 +03:00
iuvbio 85ca9558f9 misc: fix README 2021-07-01 20:00:35 +03:00
iuvbio 519ebd3067 cosmetic fix: self argument 2020-10-21 17:44:45 +02:00
iuvbio e1c602d01a if sheet does not exist, raise KeyError instead of ValueError 2020-02-23 17:24:08 +01:00
iuvbio 35724dde06 add todos 2020-02-23 17:23:45 +01:00
iuvbio 6049bdfc0d reorder imports 2020-02-23 17:19:18 +01:00
iuvbio f2134b4822 make sheet_id optional 2020-02-23 17:17:25 +01:00
iuvbio 3acc0d977b markdown conventions 2020-02-23 17:11:44 +01:00
iuvbio 176921b4a5 PEP8 refactor 2020-02-23 17:09:19 +01:00
iuvbio 26c1fe1f00 import version from __init__, bump version 2020-02-23 17:07:18 +01:00
iuvbio 9fda0f0e83 move tests to top level dir, remove __init__ 2020-02-23 16:54:11 +01:00
iuvbio 9c485d42b9 refactor tests, use pathlib instead of os 2020-02-23 16:53:22 +01:00
iuvbio 4844310707 add test for mixed dtypes 2020-02-23 16:40:01 +01:00
iuvbio 3caa7ccaa3 make column naming consistent 2019-06-08 16:37:33 +02:00
iuvbio 78edd09076 handle missing header 2019-06-08 15:46:38 +02:00
iuvbio 1dc86970ae bump version number 2019-06-08 14:57:35 +02:00
iuvbio dbd0b14f8b cosmetic 2019-06-08 14:57:26 +02:00
iuvbio 1ea07a200b update readme 2019-06-08 14:56:54 +02:00
iuvbio e7a0cbf245
Merge pull request #1 from fatzh/master
Fixed dataframe generation with duplicated columns
2019-06-08 14:36:37 +02:00
iuvbio 54a677e0ce add additional tests for exception handling 2019-06-08 14:30:53 +02:00
fatz d8d71f610d Merge branch 'master' of https://github.com/iuvbio/pandas_ods_reader 2019-06-08 14:21:34 +02:00
iuvbio 46b31a9e8c additional checks for number of columns 2019-06-08 14:01:10 +02:00
iuvbio 9b4a272fd4 exception handling and cosmetic changes 2019-06-08 14:00:46 +02:00
fatzh 9240a1b3ae Replaced the column dict with an OrderedDict, support multiple columns
with same names by appending a numbered suffix automatically.
Column ordered is preserved, fixes test_header_file_with_cols that was
failing.
Addded test case for duplicated column names.
- fixed test_header_file_with_cols, the order was wrong
2019-06-06 15:27:11 +02:00
iuvbio d744ad526c add test for file with differing column lengths 2019-06-06 12:00:28 +02:00
fatz 580c6951da removed logging 2019-06-03 17:58:34 +02:00
fatz 89f5d5c30a generate a Series dataframe from the dict list to allow for columns with
different lengths
2019-06-03 17:57:55 +02:00
fatz d95de80f58 append Series 2019-06-03 17:40:30 +02:00
fatz aeec0fa66a using Series to initialize dataframe 2019-06-03 17:27:39 +02:00
iuvbio 493d041685 fix readme 2019-05-19 14:41:03 +02:00
iuvbio f36d40e4b3 fix install instructions 2019-05-19 14:34:30 +02:00
iuvbio 44dcf928f4 add setup.cfg 2019-01-31 23:58:04 +01:00
iuvbio 998211dbc2 update .gitignore 2019-01-31 23:46:28 +01:00
iuvbio 6a007ae037 spelling 2019-01-31 23:43:47 +01:00
iuvbio f5db18cd59 implement overwriting headers 2019-01-31 23:37:53 +01:00
iuvbio 8949578994 pytest implementation 2019-01-31 22:34:20 +01:00