Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinimukh committed Jan 7, 2021
1 parent edbb595 commit 8e2bd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/getting_started/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Lux preserves the Pandas dataframe semantics -- which means that you can apply a
df = pd.read_csv("lux/data/college.csv")
To visualized your dataframe in Lux, simply print out the dataframe. You should see the default Pandas table display with an additional toggle button.
To visualize your dataframe in Lux, simply print out the dataframe. You should see the default Pandas table display with an additional toggle button.

.. code-block:: python
Expand Down

0 comments on commit 8e2bd31

Please sign in to comment.