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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@
4
4
5
5
# Dataframe API Compat
6
6
7
-
Extremely lightweight compatibility layer between pandas, Polars, and any other project which implements the [Python Dataframe API Standard](https://data-apis.org/dataframe-api/).
7
+
Extremely lightweight compatibility layer between pandas, Polars, Modin and any other project which implements the [Python Dataframe API Standard](https://data-apis.org/dataframe-api/).
8
8
9
9
- ✅ No dependencies.
10
-
- ✅ Lightweight: wheel is smaller than 30 kB.
10
+
- ✅ Lightweight: wheel is smaller than 50 kB.
11
11
- ✅ Simple, minimal, and predictable.
12
12
13
13
Documentation, including installation instructions and tutorial, are here: https://data-apis.org/dataframe-api-compat.
0 commit comments