Skip to content

Commit 1fbafc5

Browse files
committed
typo where_
1 parent b5f4a3a commit 1fbafc5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'seekwellpandas'
1010
copyright = '2024, Essi Parent'
1111
author = 'Essi Parent'
12-
release = '0.2.0'
12+
release = '0.2.1'
1313

1414
# Extensions Sphinx
1515
extensions = [

docs/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ This project is licensed under the GPLv3 License.
5555
:maxdepth: 2
5656
:caption: Contents:
5757

58-
about
59-
basic-usage
60-
api
58+
source/about
59+
source/basic-usage
60+
source/api

src/seekwellpandas/methods.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def _process_column(col, all_columns, selected_columns, excluded_columns):
5858
selected_columns.add(col)
5959

6060
@pf.register_dataframe_method
61-
def where2_(df: DataFrame, condition: str) -> DataFrame:
61+
def where_(df, condition):
6262
"""
6363
Filter the DataFrame based on SQL-like conditions.
6464

0 commit comments

Comments
 (0)