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
`dataframes-haystack` is a Python library that allows various dataframe libraries to integrate with [Haystack 2.x](https://docs.haystack.deepset.ai/docs/intro).
16
+
`dataframes-haystack` is an extension for [Haystack 2](https://docs.haystack.deepset.ai/docs/intro) that enables integration with dataframe libraries.
20
17
21
-
The library offers custom [Converters](https://docs.haystack.deepset.ai/docs/converters) components that convert data in dataframes into Haystack [`Document`s](https://docs.haystack.deepset.ai/docs/data-classes#document).
18
+
The library offers custom [Converters](https://docs.haystack.deepset.ai/docs/converters) components that convert data stored in dataframes into Haystack [`Document`](https://docs.haystack.deepset.ai/docs/data-classes#document) objects.
22
19
23
20
The dataframe libraries currently supported are:
24
-
-[Pandas](https://pandas.pydata.org/)
21
+
-[pandas](https://pandas.pydata.org/)
25
22
-[Polars](https://pola.rs)
26
23
27
-
## Installation
24
+
## 🛠️ Installation
28
25
29
26
```sh
30
27
# for pandas (pandas is already included in `haystack-ai`)
0 commit comments