Thank you. I have created a complete series on pyspark . Here is the playlist link you can watch all the videos you will find it useful link: ruclips.net/p/PLBSCvBlTOLa9oTtXH3vNaaw7jT9kXFwjb
hello! How do I add data from a csv file to an already existing db and collection? I already have the DB and my collections created, but need to read and send the csv data to them, is it much different?
am trying in colab bro its showing error this error showing FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Ravi\\OneDrive\\Desktop\\streamlit\\elonmusk.csv'
Thank you! i have tried many codes this is so far the easiest
I'm glad you liked it!
This video has been extremely helpful! Thank you for your research and for sharing it.
You're welcome!
simple and easy, thank you brother ❤
You're welcome brother
Brother kaam nikal gaya, Thank you
Great
Great video, great teacher...
Thank you Bruna
Thank you! It helped me a lot!
You're welcome!
Great explaination. Thanks
You're welcome
Thanks a lot it was much productive video
Thank you
Muchas gracias , me ayudo el video
You're welcome!
your video helped me a lot thanks
Glad to hear that! You're welcome. Keep watching more videos.
Very nice tutorial
Thank you
you are great!
Haha. Thank you!
is this cloud based?
No
Thanks bro!!!
You're welcome
Please do a series on PySpark thanks i love your videos 😇
Thank you. I have created a complete series on pyspark . Here is the playlist link you can watch all the videos you will find it useful
link: ruclips.net/p/PLBSCvBlTOLa9oTtXH3vNaaw7jT9kXFwjb
@@StatsWire Thanks a lot
@@sulemanali4006 You're welcome
Hello, while trying to insert the json in mongo db, it is throwing an error with respect to authentication. could u please help on this one?
Can you please check your credentials
Nice!
Thank you
hello! How do I add data from a csv file to an already existing db and collection? I already have the DB and my collections created, but need to read and send the csv data to them, is it much different?
No, it's easy and the same just pass the existing DB and collection name instead of creating a new that's it
can import the data to the cloud? if can say how to do it
Yes you can, I will have to make a separate video on that
if anyone wants to import xlsx use df = pd.read_excel() instead
Thank you for sharing with everyone
I am trying to connect on Mongo Db compass but getting a connection refused error
Can you please paste specific error.
Hi.. you didnt mentioned the path of the csv file... you just gave the name...I tried the same but i got some errors
Can you please change your working directory
ServerSelectionTimeoutError Iam facing this error how do i resolve it
Can you please paste the error here.
in db. insert name i have the error ServerSelectionTimeoutError Traceback (most recent call last)
Please try this:
connection_string = "mongodb+srv://:@/?ssl=true&ssl_cert_reqs=CERT_NONE"
You did not use json library anywhere
Helo, Not required in this tutorial therefore I did not use it.
In db. Name. insrert_many(data) , I am getting error please help
Mahesh, can you please paste the error so I can help you
error while insert_many data : ServerSelectionTimeoutError: localhost:27017: [Errno 111] Connection refused, Timeout: 30s, Topology Description:
Please first check if you are able to connect to the Mongo or not.
am trying in colab bro its showing error
this error showing
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Ravi\\OneDrive\\Desktop\\streamlit\\elonmusk.csv'
You have to give proper path