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

cleanup time space analysis code #797

Conversation

ksneab7
Copy link
Contributor

@ksneab7 ksneab7 commented Apr 26, 2023

No description provided.

@ksneab7 ksneab7 changed the title cleanup time sapce analysis code cleanup time space analysis code Apr 26, 2023
tyfarnan
tyfarnan previously approved these changes Apr 26, 2023
@taylorfturner taylorfturner enabled auto-merge (squash) April 26, 2023 20:49
@taylorfturner taylorfturner added the Documentation Improvements or additions to documentation label Apr 26, 2023
@tyfarnan tyfarnan self-requested a review April 26, 2023 20:55
@taylorfturner taylorfturner merged commit 916ddda into capitalone:feature/memory-optimization Apr 26, 2023
4 checks passed
tyfarnan pushed a commit that referenced this pull request Apr 27, 2023
* Fixed testing to run on all feature branches for PRs (#793)

* cleanup time sapce analysis code (#797)

* quick update to feature/memory-optimization for merge to `main` (#802)

* Encode update format (#789)

* Update categorical test

* Fix encode tests to agree with new JSONEncoder

Fix categorical column tests

Fix DateTimeColumn tests

Fix IntColumn tests

Fix NumericStatsMixin tests

Fix OrderColumn tests

Fix BaseColumn tests

* Remove unnecessary cast() in csv_data.py (1) (#796)

Removing this cast() doesn't cause a mypy error.

self._header is set to type Optional[Union[str, int]] in the
constructor. Also, self.guess_header_row() has return type
Optional[int], so casting to int doesn't make sense here.

---------

Co-authored-by: Kshitij Sinha <[email protected]>
Co-authored-by: Junho Lee <[email protected]>

* Update feat mem (#803)

* Encode update format (#789)

* Update categorical test

* Fix encode tests to agree with new JSONEncoder

Fix categorical column tests

Fix DateTimeColumn tests

Fix IntColumn tests

Fix NumericStatsMixin tests

Fix OrderColumn tests

Fix BaseColumn tests

* Remove unnecessary cast() in csv_data.py (1) (#796)

Removing this cast() doesn't cause a mypy error.

self._header is set to type Optional[Union[str, int]] in the
constructor. Also, self.guess_header_row() has return type
Optional[int], so casting to int doesn't make sense here.

* Remove unnecessary cast() in csv_data.py (2) (#798)

---------

Co-authored-by: Kshitij Sinha <[email protected]>
Co-authored-by: Junho Lee <[email protected]>

---------

Co-authored-by: ksneab7 <[email protected]>
Co-authored-by: Kshitij Sinha <[email protected]>
Co-authored-by: Junho Lee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants