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

[FEAT] Implement standard deviation #3005

Merged
merged 31 commits into from
Oct 8, 2024

Add to docs

1874f43
Select commit
Loading
Failed to load commit list.
Merged

[FEAT] Implement standard deviation #3005

Add to docs
1874f43
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 8, 2024 in 1s

86.98% of diff hit (target 78.43%)

View this Pull Request on Codecov

86.98% of diff hit (target 78.43%)

Annotations

Check warning on line 2146 in daft/dataframe/dataframe.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/dataframe/dataframe.py#L2146

Added line #L2146 was not covered by tests

Check warning on line 2912 in daft/dataframe/dataframe.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/dataframe/dataframe.py#L2912

Added line #L2912 was not covered by tests

Check warning on line 517 in daft/series.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

daft/series.py#L516-L517

Added lines #L516 - L517 were not covered by tests

Check warning on line 72 in src/daft-core/src/utils/stats.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-core/src/utils/stats.rs#L72

Added line #L72 was not covered by tests

Check warning on line 14 in src/daft-dsl/src/arithmetic/tests.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/arithmetic/tests.rs#L12-L14

Added lines #L12 - L14 were not covered by tests

Check warning on line 174 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L173-L174

Added lines #L173 - L174 were not covered by tests

Check warning on line 223 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L223

Added line #L223 was not covered by tests

Check warning on line 229 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L227-L229

Added lines #L227 - L229 were not covered by tests

Check warning on line 264 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L263-L264

Added lines #L263 - L264 were not covered by tests

Check warning on line 308 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L307-L308

Added lines #L307 - L308 were not covered by tests

Check warning on line 589 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L589

Added line #L589 was not covered by tests

Check warning on line 593 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L593

Added line #L593 was not covered by tests

Check warning on line 597 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L597

Added line #L597 was not covered by tests

Check warning on line 601 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L601

Added line #L601 was not covered by tests

Check warning on line 606 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L606

Added line #L606 was not covered by tests

Check warning on line 611 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L611

Added line #L611 was not covered by tests

Check warning on line 637 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L637

Added line #L637 was not covered by tests

Check warning on line 664 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L663-L664

Added lines #L663 - L664 were not covered by tests

Check warning on line 672 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L672

Added line #L672 was not covered by tests

Check warning on line 685 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L685

Added line #L685 was not covered by tests

Check warning on line 691 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L691

Added line #L691 was not covered by tests

Check warning on line 694 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L694

Added line #L694 was not covered by tests

Check warning on line 706 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L706

Added line #L706 was not covered by tests

Check warning on line 710 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L710

Added line #L710 was not covered by tests

Check warning on line 715 in src/daft-dsl/src/expr/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/daft-dsl/src/expr/mod.rs#L715

Added line #L715 was not covered by tests