forked from databricks/koalas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* DataFrame.to_excel * Lint fix * Lint fix * Lint fix * Added install of openpxyl as excel engine * Comparing the values of generated excel files * Added xlrd as dependecncy * Added xlrd as dependecncy * Refactored the code * Moving the libraries to test suite * Used TestUtils functions for creating and removing files and folder * Lint fix * Lint fix * Added precautionary note in inline doc of DataFrame.to_excel * Using temp_dir function of TestUtils for creating temporary folder * Removing redundant library * Removing redundant library
- Loading branch information
Showing
5 changed files
with
163 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,3 +124,4 @@ Serialization / IO / Conversion | |
DataFrame.to_spark | ||
DataFrame.to_string | ||
DataFrame.to_dict | ||
DataFrame.to_excel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,5 @@ flake8 | |
# Test | ||
pytest | ||
pytest-cov | ||
openpyxl | ||
xlrd |