Thank you Kishan for presenting this practical example. It was very useful and based on your tutorial I managed to source data from the Oracle table.
@allapartheswararaopadyala41112 жыл бұрын
After a long time...Good to see you again
@vishnumannepula40222 жыл бұрын
I will share your channel to all my co-workers, your videos are crystal clear
@abbashafedh6312 жыл бұрын
Kishan, you deserve more than respect and appreciation, Your method was so interested and lessons were easily understood. So you have made real favor for us. Can you please complete this very useful series by including videos on how to create forms and reports and full application using python. It would be better if it was real life application. Thanks again, I'm so grateful
@jeevans65082 жыл бұрын
You are the best man! Your videos are simple, crisp and very easy to understand. Can you please give us a video on how to bind values to pandas sql. I know you have one video on how to bind sql without using pandas , but I need to use pandas for csv file export, and table_name and where_clause will be passed as params in my case.
@romainbaillon95018 ай бұрын
Amazing thanks for the tutorial !! Can you also give us tips to export it as xlsx instead of csv ? Changing the extension doesn't work, it seems a bit more complicated.
@vishnumannepula40222 жыл бұрын
Hey Kishan Excellent work by you I just completed watching all your videos for PYTHON.. small request from my end - can you show how to save multiple select queries in one excel as separate sheets ?
@chandraveersinghsolanki8371 Жыл бұрын
thank you it worked for me
@_lonewanderlust_5809 Жыл бұрын
Bro do you have any articles to achieve SharePoint connection through python and downloading files from SharePoint?
@devarajmanimaranYT2 жыл бұрын
Hi Kishan, I have a large data inside oracle sql. How do I extract them, this methods I'm following from you is working but taking huge amount of time
@jobdossantosleite11602 жыл бұрын
UserWarning: pandas only support SQLAlchemy connectable(engine/connection) ordatabase string URI or sqlite3 DBAPI2 connectionother DBAPI2 objects are not tested, please consider using SQLAlchemy warnings.warn(
@krishnamenonkaul132 Жыл бұрын
How can we extract all the tables from a database into CSV format using python. Can you make a video on that or give link to that code. Can you do it asap.
@napathelu Жыл бұрын
How to send the excel thru mail for other users with a summary like regularly setting up a time
@shaswatkumar37242 жыл бұрын
Kishan, I'm having 40GB of table size ( billions of records) in Oracle which i wanted to export it to .txt file. Cursor.fetchall() method is failing due to out of memory, also Pandas dataframe is not suitable to hold such large records. Is there any suggestion how to deal with such humongous data. Thank you in advance!
@sasidharnaidu45072 жыл бұрын
U can use the limit the data retrieval. Like receiving data in multiple chunks in multiple trips. Refer to CX Oracle official page.
@dineshsolanki43792 жыл бұрын
How to process table data as output in json and xml format For each record corresponding column name as tag ?
@dipanshumishra96392 жыл бұрын
What to do if I have to fetch multiple tables in different CSV files... from same database..