Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Typo in the Website Python Sample code #651

Open
vibhatha opened this issue Mar 16, 2023 · 2 comments
Open

doc: Typo in the Website Python Sample code #651

vibhatha opened this issue Mar 16, 2023 · 2 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation priority:low Tasks with low priority

Comments

@vibhatha
Copy link
Collaborator

The website shows the Python sample as follows

from pycylon import read_csv, DataFrame, CylonEnv
from pycylon.net import MPIConfig

config: MPIConfig = MPIConfig()
env: CylonEnv = CylonEnv(config=config, distributed=True)

df1: DataFrame = read_csv('/tmp/csv1.csv')
df2: DataFrame = read_csv('/tmp/csv2.csv')
                
df3: Table = df1.join(other=df2, on=[0], algorithm="hash", env=env)
        
print(df3)

I think the df3: Table must be df3: DataFrame.

@vibhatha vibhatha added bug Something isn't working documentation Improvements or additions to documentation labels Mar 16, 2023
@vibhatha
Copy link
Collaborator Author

cc @nirandaperera

@laszewsk
Copy link
Collaborator

laszewsk commented Aug 2, 2023

please provide url of issue:
please provide link to repo managing Web site:

@laszewsk laszewsk added the priority:low Tasks with low priority label Aug 2, 2023
@laszewsk laszewsk changed the title Typo in the Website Python Sample code doc: Typo in the Website Python Sample code Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation priority:low Tasks with low priority
Projects
None yet
Development

No branches or pull requests

2 participants