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

move 'FAILED FILE: xxx' logging to debug #6

Merged
merged 1 commit into from
Jan 29, 2016
Merged

move 'FAILED FILE: xxx' logging to debug #6

merged 1 commit into from
Jan 29, 2016

Conversation

briney
Copy link
Collaborator

@briney briney commented Jan 29, 2016

No description provided.

briney added a commit that referenced this pull request Jan 29, 2016
move 'FAILED FILE: xxx' logging to debug
@briney briney merged commit 27c6833 into master Jan 29, 2016
briney pushed a commit that referenced this pull request Mar 18, 2023
* Replace string dtypes to object dtypes.

* Add function attribute to indicate if parquet will be written to `write_output` function.

* Write parquet files directly in place of temporary JSON files.

* Add flag to ignore datatype conversion errors when casting integer columns with NaNs, and change output file name.

* Edit concat_outputs to simply move files instead for parquet files generated from json output.

* Edit file path from string concatenation to os path join.

* Minor edit to ps.path.join.

* Added if statement to check if file exists before attempting to delete temporary file.

* Add `.snappy` file extension to parquet files.

* Simplified file name to simply moving to directory instead.

* Simplify specifying columns by changing `schema.names` to `dtypes`.

* Parse strings of dictionary into dictionary with `json.loads` before loading into dataframe.

* Read in temporary parquet files, repartition and write back parquet files.

* Remove setting writing metadata file in parquet to False as it's the default function argument.

* Remove unused imports.

* Remove if condition to check for temp files before deleting them.
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.

1 participant