Skip to content

Commit

Permalink
Update docs/source/user_guide_introduction_best_practices.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mail4umar authored Oct 24, 2024
1 parent bc75aac commit 227cecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user_guide_introduction_best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Filter unnecessary data
Filtering your data is a crucial step in data preparation. Proper filtering avoids unnecessary computations and greatly
improves the performance of each method call. While the performance impact can be minimal for small datasets, filtering large datasets is key to improving performance.

For example, if we are only interested in analyzing Titanic passengers who didn't have a lifeboat, we can filter on this requirement using the :ref:`~verticapy.vDataFrame.filter`` method:
For example, if we are only interested in analyzing Titanic passengers who didn't have a lifeboat, we can filter on this requirement using the :ref:`~verticapy.vDataFrame.filter` method:

.. code-block:: python
Expand Down

0 comments on commit 227cecd

Please sign in to comment.