Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaza committed Jan 2, 2025
1 parent e69425b commit d513867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Experiment utils

Generic functions for experiment analysis and design
Generic functions for PySpark experiment analysis and design

- [Experiment utils](#experiment-utils)
- [Installation](#installation)
Expand All @@ -21,6 +21,7 @@ pip install git+https://github.com/sdaza/experiment-utils.git

## Experiment Analyzer

The DataFrame `df` is a PySpark DataFrame. If it's a Pandas DataFrame, it will transform automatically.

```python
analyzer = ExperimentAnalyzer(
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ license = "MIT"

keywords = [
"causality",
"pyspark",
"causal-inference",
"statistics",
"experimentation",
Expand Down

0 comments on commit d513867

Please sign in to comment.