Skip to content

Commit

Permalink
DOCS-modin-project#6416: fix import path for spreadsheet feature
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Sep 18, 2023
1 parent 4fb08a9 commit ca4d992
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 ca4d992

Please sign in to comment.