Skip to content

Commit

Permalink
DOCS-#6416: fix import path for spreadsheet feature (#6581)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev authored Sep 20, 2023
1 parent 88b245b commit 23ebe6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage_guide/advanced_usage/spreadsheets_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following code snippet creates a spreadsheet using the FiveThirtyEight datas
.. code-block:: python
import modin.pandas as pd
import modin.spreadsheet as mss
import modin.experimental.spreadsheet as mss
df = pd.read_csv('https://raw.githubusercontent.com/fivethirtyeight/data/master/college-majors/all-ages.csv')
spreadsheet = mss.from_dataframe(df)
spreadsheet
Expand Down

0 comments on commit 23ebe6b

Please sign in to comment.