We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
am new to pgcsv and command line thingy.
I have a csv and would like to generate a table in my postgres db using this csv.
So, I did pip install pgcsv in my anaconda prompt (which was successful)
pip install pgcsv
Later, naviagated to Jupyter notebook and typed the below command
localhost = 'xxx.x.xxx.xx' database = 'testdv' !pgcsv --db postgresql://localhost/database new_table Test_data.csv`
But I got the below warning but jupter cell execution is complete
'pgcsv' is not recognized as an internal or external command, operable program or batch file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
am new to pgcsv and command line thingy.
I have a csv and would like to generate a table in my postgres db using this csv.
So, I did
pip install pgcsv
in my anaconda prompt (which was successful)Later, naviagated to Jupyter notebook and typed the below command
But I got the below warning but jupter cell execution is complete
The text was updated successfully, but these errors were encountered: