Skip to content

Commit

Permalink
Update sdgx/data_connectors/dataframe_connector.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zhongsheng Ji <9573586@qq.com>
  • Loading branch information
cyantangerine and Wh1isper authored Dec 1, 2024
1 parent d1263e9 commit 1ef7853
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sdgx/data_connectors/dataframe_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ class DataFrameConnector(DataConnector):
df (pd.DataFrame): DataFrame to be wrapped.
Example:
. code-block:: python
.. code-block:: python
from sdgx.data_connectors.dataframe_connector import DataFrameConnector
connector = DataFrameConnector(
df=pd.DataFrame({'a': [1, 2, 3], 'b': [4, 5, 6]}),
Expand Down

0 comments on commit 1ef7853

Please sign in to comment.