主頁 > 知識庫 > python基于Pandas讀寫MySQL數(shù)據(jù)庫

python基于Pandas讀寫MySQL數(shù)據(jù)庫

熱門標(biāo)簽:打印谷歌地圖標(biāo)注 電話外呼系統(tǒng)招商代理 廣東旅游地圖標(biāo)注 佛山通用400電話申請 電話機(jī)器人貸款詐騙 看懂地圖標(biāo)注方法 京華圖書館地圖標(biāo)注 淮安呼叫中心外呼系統(tǒng)如何 蘇州人工外呼系統(tǒng)軟件

要實(shí)現(xiàn) pandas 對 mysql 的讀寫需要三個庫

  • pandas
  • sqlalchemy
  • pymysql

可能有的同學(xué)會問,單獨(dú)用 pymysql 或 sqlalchemy 來讀寫數(shù)據(jù)庫不香么,為什么要同時用三個庫?主要是使用場景不同,個人覺得就大數(shù)據(jù)處理而言,用 pandas 讀寫數(shù)據(jù)庫更加便捷。 

1、read_sql_query 讀取 mysql

read_sql_query 或 read_sql 方法傳入?yún)?shù)均為 sql 語句,讀取數(shù)據(jù)庫后,返回內(nèi)容是 dateframe 對象。普及一下:dateframe 其實(shí)也是一種數(shù)據(jù)結(jié)構(gòu),類似 excel 表格一樣。

import pandas
from sqlalchemy import create_engine

class mysqlconn:
    def __init__(self):
        mysql_username = 'root'
        mysql_password = '123456'
        # 填寫真實(shí)數(shù)庫ip
        mysql_ip = 'x.x.x.x'
        port = 3306
        db = 'work'
        # 初始化數(shù)據(jù)庫連接,使用pymysql庫
        self.engine = create_engine('mysql+pymysql://{}:{}@{}:{}/{}'.format(mysql_username, mysql_password, mysql_ip, port,db))

    # 查詢mysql數(shù)據(jù)庫
    def query(self,sql):
        df  = pandas.read_sql_query(sql,self.engine)
        # df = pandas.read_sql(sql,self.engine)     這種讀取方式也可以

        # 返回dateframe格式
        return df

if __name__ =='__main__':
    # 查詢的 sql 語句 
    SQL = '''select * from working_time order by id desc '''
    # 調(diào)用 mysqlconn 類的 query() 方法
    df_data = mysqlconn().query(sql=SQL)

2、to_sql 寫入數(shù)據(jù)庫 

使用 to_sql 方法寫入數(shù)據(jù)庫之前,先把數(shù)據(jù)轉(zhuǎn)化成 dateframe 。

import pandas
from sqlalchemy import create_engine

class mysqlconn:
    def __init__(self):
        mysql_username = 'root'
        mysql_password = '123456'
        # 填寫真實(shí)數(shù)庫ip
        mysql_ip = 'mysql.mall.svc.test.local'
        port = 3306
        db = 'work'
        # 初始化數(shù)據(jù)庫連接,使用pymysql庫
        self.engine = create_engine('mysql+pymysql://{}:{}@{}:{}/{}'.format(mysql_username, mysql_password, mysql_ip, port,db))

    # 查詢mysql數(shù)據(jù)庫
    def query(self,sql):
        df  = pandas.read_sql_query(sql,self.engine)
        # df = pandas.read_sql(sql,self.engine)

        # 返回dateframe格式
        return df

    # 寫入mysql數(shù)據(jù)庫
    def to_sql(self,table,df):
        # 第一個參數(shù)是表名
        # if_exists:有三個值 fail、replace、append
        # 1.fail:如果表存在,啥也不做
        # 2.replace:如果表存在,刪了表,再建立一個新表,把數(shù)據(jù)插入
        # 3.append:如果表存在,把數(shù)據(jù)插入,如果表不存在創(chuàng)建一個表!!
        # index 是否儲存index列
        df.to_sql(table, con=self.engine, if_exists='append', index=False)

if __name__ =='__main__':
    # 創(chuàng)建 dateframe 對象
    df = pandas.DataFrame([{'name':'小米','price':'3999','colour':'白色'},{'name':'華為','price':'4999','colour':'黑色'}])
    # 調(diào)用 mysqlconn 類的 to_sql() 方法
    mysqlconn().to_sql('phonetest',df)

插入數(shù)據(jù)庫的數(shù)據(jù):

以上就是python基于Pandas讀寫MySQL數(shù)據(jù)庫的詳細(xì)內(nèi)容,更多關(guān)于Python讀寫MySQL數(shù)據(jù)庫的資料請關(guān)注腳本之家其它相關(guān)文章!

您可能感興趣的文章:
  • Python 讀寫 Matlab Mat 格式數(shù)據(jù)的操作
  • 解決python3 json數(shù)據(jù)包含中文的讀寫問題
  • python里讀寫excel等數(shù)據(jù)文件的6種常用方式(小結(jié))
  • python讀寫數(shù)據(jù)讀寫csv文件(pandas用法)
  • Python web框架(django,flask)實(shí)現(xiàn)mysql數(shù)據(jù)庫讀寫分離的示例
  • python讀寫excel數(shù)據(jù)--pandas詳解

標(biāo)簽:畢節(jié) 股票 中山 呼和浩特 江蘇 衡水 駐馬店 湖州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《python基于Pandas讀寫MySQL數(shù)據(jù)庫》,本文關(guān)鍵詞  python,基于,Pandas,讀寫,MySQL,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《python基于Pandas讀寫MySQL數(shù)據(jù)庫》相關(guān)的同類信息!
  • 本頁收集關(guān)于python基于Pandas讀寫MySQL數(shù)據(jù)庫的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章