We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94af89 commit 5110944Copy full SHA for 5110944
docs/hub/datasets-pandas.md
@@ -167,7 +167,7 @@ Using [pandas-audio-methods](https://github.com/lhoestq/pandas-audio-methods) yo
167
168
```python
169
import pandas as pd
170
-from pandas_image_methods import SFMethods
+from pandas_audio_methods import SFMethods
171
172
pd.api.extensions.register_series_accessor("sf")(SFMethods)
173
0 commit comments