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 order col #1123

Merged
merged 3 commits into from
Mar 29, 2024
Merged

Conversation

atl1502
Copy link
Contributor

@atl1502 atl1502 commented Mar 24, 2024

No description provided.

@atl1502 atl1502 requested a review from a team as a code owner March 24, 2024 17:00
@@ -466,7 +467,7 @@ def _update_helper(self, df_series_clean: Series, profile: dict) -> None:
Update col profile properties with clean dataset and its known null parameters.

:param df_series_clean: df series with nulls removed
:type df_series_clean: pandas.core.series.Series
:type df_series_clean: polars.series.series.Series
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:type df_series_clean: polars.series.series.Series
:type df_series_clean: polars.Series

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I put polars.series.series.Series since when you get the type of any polars series it returns <class 'polars.series.series.Series'>. However if you think I should change it to polars.Series still happy to do so.

@@ -478,10 +479,13 @@ def update(self, df_series: Series) -> OrderColumn:
Update the column profile.

:param df_series: df series
:type df_series: pandas.core.series.Series
:type df_series: polars.series.series.Series
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:type df_series: polars.series.series.Series
:type df_series: polars.Series

micdavis
micdavis previously approved these changes Mar 25, 2024
@taylorfturner taylorfturner enabled auto-merge (squash) March 25, 2024 12:49
auto-merge was automatically disabled March 27, 2024 18:56

Head branch was pushed to by a user without write access

@ksneab7 ksneab7 enabled auto-merge (squash) March 27, 2024 19:32
@ksneab7 ksneab7 merged commit bd9969d into capitalone:feature/polars Mar 29, 2024
8 checks passed
abajpai15 pushed a commit to abajpai15/DataProfiler that referenced this pull request Apr 1, 2024
* update order col

* fix pandas df in update

* update types in comments
abajpai15 pushed a commit to abajpai15/DataProfiler that referenced this pull request Apr 11, 2024
* update order col

* fix pandas df in update

* update types in comments
abajpai15 pushed a commit to abajpai15/DataProfiler that referenced this pull request Apr 15, 2024
* update order col

* fix pandas df in update

* update types in comments
abajpai15 pushed a commit to abajpai15/DataProfiler that referenced this pull request Apr 15, 2024
* update order col

* fix pandas df in update

* update types in comments
atl1502 added a commit that referenced this pull request Apr 16, 2024
* update order col

* fix pandas df in update

* update types in comments
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.

3 participants