Skip to content

Update datetime columns to perserve their original format - #931

Open
sarahmish wants to merge 8 commits into
mainfrom
issue-926-925-datetime-columns
Open

Update datetime columns to perserve their original format#931
sarahmish wants to merge 8 commits into
mainfrom
issue-926-925-datetime-columns

Conversation

@sarahmish

Copy link
Copy Markdown
Contributor

Resolve #925
Resolve #926

@codecov

codecov Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.70%. Comparing base (bf4006d) to head (950df77).

Additional details and impacted files
@@                        Coverage Diff                        @@
##           issue-924-unknown-denominator     #931      +/-   ##
=================================================================
+ Coverage                          95.68%   95.70%   +0.01%     
=================================================================
  Files                                122      122              
  Lines                               5313     5331      +18     
=================================================================
+ Hits                                5084     5102      +18     
  Misses                               229      229              
Flag Coverage Δ
integration 81.42% <100.00%> (-0.11%) ⬇️
unit 84.97% <92.30%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@R-Palazzo R-Palazzo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good

I just left minor comments

Comment thread sdmetrics/demos.py
datetime_columns.append(column)

return pd.read_csv(path, parse_dates=datetime_columns)
return pd.read_csv(path)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could we remove the metadata from the method's inputs?



@pytest.fixture
def converted_datetime_single_table_demo():

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could we name it data_single_table_demo instead? Since it’s used in many places that don’t specifically focus on datetime conversion.

1.0,
np.nan,
1.0,
np.nan,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

That is the change from #925?

@sarahmish
sarahmish force-pushed the issue-924-unknown-denominator branch from bf4006d to 07e8d51 Compare September 4, 2026 17:27
Base automatically changed from issue-924-unknown-denominator to main September 4, 2026 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants