Commit Graph

70 Commits

Author SHA1 Message Date
ljnsn 29dcf79b78 Fix type annotations for 3.8. 2022-12-21 22:54:32 +01:00
ljnsn f15f949bfb Use typing.Tuple to support 3.8. 2022-12-21 21:20:20 +01:00
ljnsn 8fc825cf4d Ignore ezodf imports. 2022-12-21 20:52:50 +01:00
ljnsn 422d1c4ab1 Fix lxml type issues. 2022-12-21 20:14:59 +01:00
ljnsn 0b5a1e0511 Raise error on invalid path. Fixes #5 2022-12-20 01:27:12 +01:00
ljnsn 8418acc7a8 Add type hints for fods. 2022-11-16 02:00:31 +01:00
ljnsn 31165cb6fb Add more type hints. 2022-11-16 01:41:44 +01:00
ljnsn 8d0429946d Pass correct arg type. 2022-11-16 01:41:27 +01:00
ljnsn b84a838e2a Add type hints and change docstyle to google. 2022-11-16 01:09:15 +01:00
ljnsn a76ab51547 Factor out logic to get columns into separate functions. 2022-11-16 00:57:14 +01:00
ljnsn 37c52355f4 Improve login in `parse_data`. 2022-11-16 00:43:57 +01:00
ljnsn 2b87c80b65 Add skiprows parameter to docstring. 2022-11-16 00:41:17 +01:00
ljnsn 5df67a728a Simplify skiprows. We're currently not doing any input validation.
It might make sense to add, but then at the top level function.
2022-11-16 00:41:17 +01:00
Vagner Bessa e06e2519a0 Add: test to 'skiprow' feature 2022-11-16 00:41:17 +01:00
Vagner Bessa 9dd3950bb9 implement optional 'skiprow' to read_ods. 2022-11-16 00:41:17 +01:00
Marvin Poul 5b4dfb7413 Fix typo 2022-07-13 21:51:12 +02:00
iuvbio 01809a0dbb user importlib_metadata to get version 2021-10-04 17:43:32 +02:00
iuvbio 83011363ba remove old build system files 2021-10-04 17:43:03 +02:00
iuvbio eb461f7332 add info about which backend is used to docstring 2021-10-04 16:46:48 +02:00
iuvbio c1d003bec4 improve docstring 2021-10-04 14:34:29 +02:00
iuvbio b7113b3011 make ods backend the default 2021-10-04 14:34:14 +02:00
iuvbio 6ed1140e11 version 0.1.2 2021-08-22 19:57:43 +02:00
iuvbio 7e270b3b95 importlib.metadata is only built-in since python 3.8 2021-08-22 19:52:07 +02:00
iuvbio dcda01fce3 v0.1.1 2021-08-22 19:09:13 +02:00
iuvbio ca94b1ee49 use importlib.metadata for version 2021-08-22 19:06:01 +02:00
iuvbio 06444bafb6 v0.1.0 2021-08-22 18:13:42 +02:00
iuvbio c379503b1c rename modules and factor out common functionality 2021-08-22 18:05:47 +02:00
iuvbio dbd8dd8bbd put docstring on main function 2021-08-20 20:28:26 +02:00
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 db5c14409f add fods support 2021-08-20 19:13:40 +02:00
iuvbio 91300fe726 add fods parser and example 2021-08-19 00:41:10 +02:00
iuvbio 3ddf3a19cf reorganize structure 2021-08-18 23:30:13 +02:00
iuvbio e1c602d01a if sheet does not exist, raise KeyError instead of ValueError 2020-02-23 17:24:08 +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 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 dbd0b14f8b cosmetic 2019-06-08 14:57:26 +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