You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.qmd
+16-25Lines changed: 16 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,13 @@ _Data validation made beautiful and powerful_
11
11
12
12
</div>
13
13
14
-
Pointblank is a powerful, yet elegant data validation framework for Python that transforms how you ensure data quality. With its intuitive, chainable API, you can quickly validate your data against comprehensive quality checks and visualize results through stunning, interactive reports that make data issues immediately actionable.
14
+
Pointblank is a powerful, yet elegant data validation framework for Python that transforms how you
15
+
ensure data quality. With its intuitive, chainable API, you can quickly validate your data against
16
+
comprehensive quality checks and visualize results through stunning, interactive reports that make
17
+
data issues immediately actionable.
15
18
16
-
Whether you're a data scientist, data engineer, or analyst, Pointblank helps you catch data quality issues before they impact your analyses or downstream systems.
19
+
Whether you're a data scientist, data engineer, or analyst, Pointblank helps you catch data quality
20
+
issues before they impact your analyses or downstream systems.
17
21
18
22
## Getting Started in 30 Seconds
19
23
@@ -116,9 +120,11 @@ validation.get_step_report(i=3).show("browser") # Get failing records from step
116
120
117
121
</div>
118
122
119
-
## Command Line Interface (CLI)
123
+
## Command Line Interface
120
124
121
-
Pointblank includes a powerful CLI utility called `pb` that lets you run data validation workflows directly from the command line. Perfect for CI/CD pipelines, scheduled data quality checks, or quick validation tasks.
125
+
Pointblank includes a powerful CLI utility called `pb` that lets you run data validation workflows
126
+
directly from the command line. Perfect for CI/CD pipelines, scheduled data quality checks, or quick
pip install "pointblank[sqlite]"# Install Pointblank with Ibis + SQLite
200
206
```
201
207
202
-
## Command Line Interface
203
-
204
-
Pointblank provides a powerful CLI for quick data validation without writing Python code. Now featuring enhanced validation checks including `col-vals-lt` and `col-vals-le`:
The CLI is perfect for CI/CD pipelines, shell scripts, and exploratory data analysis. See the [CLI documentation](user-guide/cli.qmd) for complete details and [interactive demos](demos/cli-interactive/index.qmd) for live examples.
220
-
221
208
## Technical Details
222
209
223
-
Pointblank uses [Narwhals](https://github.com/narwhals-dev/narwhals) to work with Polars and Pandas DataFrames, and integrates with [Ibis](https://github.com/ibis-project/ibis) for database and file format support. This architecture provides a consistent API for validating tabular data from various sources.
210
+
Pointblank uses [Narwhals](https://github.com/narwhals-dev/narwhals) to work with Polars and Pandas
211
+
DataFrames, and integrates with [Ibis](https://github.com/ibis-project/ibis) for database and file
212
+
format support. This architecture provides a consistent API for validating tabular data from various
213
+
sources.
224
214
225
215
## Contributing to Pointblank
226
216
@@ -245,7 +235,8 @@ We're actively working on enhancing Pointblank with:
245
235
7. Expanded backend support and certification
246
236
8. High-quality documentation and examples
247
237
248
-
If you have any ideas for features or improvements, don't hesitate to share them with us! We are always looking for ways to make Pointblank better.
238
+
If you have any ideas for features or improvements, don't hesitate to share them with us! We are
239
+
always looking for ways to make Pointblank better.
0 commit comments