Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update python-calamine to 0.0.7 #4

Merged
merged 1 commit into from
Jan 28, 2023
Merged

update python-calamine to 0.0.7 #4

merged 1 commit into from
Jan 28, 2023

Conversation

dimastbk
Copy link

  • update python-calamine to 0.0.7

19 failed, 452 passed, 32 skipped, 82 xfailed, 1 warning

@dimastbk
Copy link
Author

Failed Tests:

  1. test_reader_special_dtypes[('.xlsx')] - Attributes of DataFrame.iloc[:, 5] (column name="DateCol") are different
  2. test_reader_special_dtypes[('.xlsm')] - Attributes of DataFrame.iloc[:, 5] (column name="DateCol") are different
  3. test_use_nullable_dtypes[('.ods')-True-pandas] - Ods error: Parse float error: invalid float literal
  4. test_use_nullable_dtypes[('.ods')-True-pyarrow] - Ods error: Parse float error: invalid float literal
  5. test_use_nullable_dtypes[('.ods')-False-pandas] - Ods error: Parse float error: invalid float literal
  6. test_use_nullable_dtypes[('.ods')-False-pyarrow] - Ods error: Parse float error: invalid float literal
  7. test_use_nullabla_dtypes_and_dtype[('.ods')] - Ods error: Parse float error: invalid float literal
  8. test_use_nullable_dtypes_string[python-('.ods')] - Ods error: Parse float error: invalid float literal
  9. test_use_nullable_dtypes_string[pyarrow-('.ods')] - Ods error: Parse float error: invalid float literal
  10. test_reader_spaces[('.ods')] - DataFrame.iloc[:, 0] (column name="testcol") are different
  11. test_date_conversion_overflow[('.xlsx')] - Attributes of DataFrame.iloc[:, 0] (column name="DateColWithBigInt") are different
  12. test_date_conversion_overflow[('.xlsm')] - Attributes of DataFrame.iloc[:, 0] (column name="DateColWithBigInt") are different
  13. test_reader_seconds[('.xlsx')] - DataFrame.iloc[:, 0] (column name="Time") are different
  14. test_reader_seconds[('.xlsm')] - DataFrame.iloc[:, 0] (column name="Time") are different
  15. test_read_excel_multiindex_header_only[('.ods')] - DataFrame are different
  16. test_no_header_with_list_index_col[('.ods')] - DataFrame are different
  17. test_multiheader_two_blank_lines[('.ods')] - DataFrame are different
  18. test_excel_read_binary_via_read_excel[('.xls')] - Attributes of DataFrame.iloc[:, 0] (column name="Unnamed: 0") are different
  19. test_excel_read_binary_via_read_excel[('.ods')] - Attributes of DataFrame.iloc[:, 0] (column name="Unnamed: 0") are different

@dimastbk
Copy link
Author

3-9. ODS: Non-number is not allowed in office:value by specification. In my opinion, it's correct, that calamine raised exception.
10. ODS: tafia/calamine#225 and tafia/quick-xml#461.
13-14. XLSX: Need to add a format with seconds.
15-17. ODS: Calamine doesn't support number-rows-repeated.
18-19. XLS/ODS: Reading in binary mode with one engine (which support datetime), and default reading with calamine (which doesn't support datetime). It's strange, maybe bug in test?

@kostyafarber kostyafarber merged commit 255e8fb into kostyafarber:issue-50395 Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants