How to read large table fast in Python

后端 未结 0 1010
忘掉有多难
忘掉有多难 2021-02-20 03:31

I\'m trying to read a large table from Oracle database and save it as local csv file in Python 3. Here\'s my code:

import cx_Oracle
import pandas as pd

user = \'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题