Skip to content

Commit 5110944

Browse files
authored
Fix pandas_audio_methods code snippet (#1829)
Fixed the example code snippet which was incorrectly importing `SFMethods` from `pandas_image_methods` rather than `pandas_audio_methods`.
1 parent f94af89 commit 5110944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/datasets-pandas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Using [pandas-audio-methods](https://github.com/lhoestq/pandas-audio-methods) yo
167167

168168
```python
169169
import pandas as pd
170-
from pandas_image_methods import SFMethods
170+
from pandas_audio_methods import SFMethods
171171

172172
pd.api.extensions.register_series_accessor("sf")(SFMethods)
173173

0 commit comments

Comments
 (0)