Commit Graph

155 Commits

Author SHA1 Message Date
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
iuvbio 314ea3ff69 default column names lowercase 2019-01-31 22:25:47 +01:00
iuvbio 5fcf3089df update readme 2019-01-31 21:38:22 +01:00
iuvbio 764d353adc delete unused import 2019-01-31 21:38:15 +01:00
iuvbio 1a06fb9bae update sanitize_df 2019-01-31 21:38:03 +01:00
iuvbio 21c7004172 adjust formatting 2019-01-31 21:36:46 +01:00
iuvbio 7274646c8a
small fix 2019-01-30 23:34:45 +01:00
iuvbio 086da20966 Merge branch 'master' of github.com:iuvbio/pandas_read_ods 2019-01-30 23:29:52 +01:00
iuvbio f8ce3b2a57 update readme 2019-01-30 23:29:24 +01:00
iuvbio f6ed9d088f update tests and add long description to setup 2019-01-30 23:25:37 +01:00
iuvbio 0f44e60b22
include lxml in dependencies 2019-01-30 01:14:19 +01:00
iuvbio a140a5d4b9 restructure, bump version 2019-01-28 23:27:28 +01:00
iuvbio bdb5ab92e8 import read_ods in init and adapt test 2019-01-28 22:58:19 +01:00
iuvbio 024c3e8b4b corrected classifiers 2019-01-28 21:27:27 +01:00
iuvbio 026596769f bump version and add email 2019-01-28 21:22:44 +01:00
iuvbio 770bc442b1 add license and manifest 2019-01-28 21:22:40 +01:00
iuvbio 6fe9ee27ba Add build folder in .gitignore 2019-01-28 21:22:34 +01:00