当前位置:网站首页>sqlite加载csv文件,并做数据分析
sqlite加载csv文件,并做数据分析
2022-06-26 15:06:00 【MonkeyKing_sunyuhua】
csv文件太多,很难做数据分析,可以下载sqllite到本地,将数据导入到sqllite中并做数据分析。
1、下载并安装sqlite3,注意windows需要下载sqllite3的两个文件
下载地址:https://www.sqlite.org/download.html
2、解压到同一个目录下面即可

3、将csv文件导入到sqlite中,有很多种方式,自己选择一种
3.1 点击sqllite3.exe文件
3.2 新建一个db数据库
.open billing-20220625.db

3.3 制定导入的规整
.separator ','
3.4 导入csv文件到数据库中
.import billing.csv billing
billing.csv 分析的csv文件名称
billing 对应的数据库表名称
4、使用Navicat等工具链接上sqlite,进行数据分析


边栏推荐
- 功能:crypto-js加密解密
- [tcapulusdb knowledge base] tcapulusdb doc acceptance - Introduction to creating game area
- SAP gui 770 下载
- Is it safe to open a stock account through the account opening link given by the broker manager? I want to open an account
- Vsomeip3 dual computer communication file configuration
- 数据库-序列
- R语言glm函数逻辑回归模型、使用epiDisplay包logistic.display函数获取模型汇总统计信息(自变量初始和调整后的优势比及置信区间,回归系数的Wald检验的p值)、结果保存到csv
- kubernetes的Controller之deployment
- Redis cluster re fragmentation and ask command
- Unity C# 网络学习(八)——WWW
猜你喜欢
MySQL数据库基本SQL语句教程之高级操作

使用卷积对数据进行平滑处理

Halcon C # sets the form font and adaptively displays pictures

Get the intersection union difference set of two dataframes

【ceph】cephfs的锁 笔记

【ceph】mkdir|mksnap流程源码分析|锁状态切换实例

Bank of Beijing x Huawei: network intelligent operation and maintenance tamps the base of digital transformation service

【ceph】cephfs caps简介

程序分析与优化 - 8 寄存器分配

BLE抓包调试信息分析
随机推荐
【文件】VFS四大struct:file、dentry、inode、super_block 是什么?区别?关系?--编辑中
R language uses the aggregate function of epidisplay package to split numerical variables into different subsets based on factor variables, calculate the summary statistics of each subset, and use agg
[tcapulusdb knowledge base] tcapulusdb doc acceptance - create business introduction
使用RestCloud ETL Shell组件实现定时调度DataX离线任务
kubernetes的Controller之deployment
English grammar_ Adjective / adverb Level 3 - original sentence pattern
Pod of kubernetes
Advanced operation of MySQL database basic SQL statement tutorial
Principle of TCP reset attack
[tcapulusdb knowledge base] Introduction to tcapulusdb data structure
【TcaplusDB知识库】TcaplusDB单据受理-创建业务介绍
[CEPH] cephfs internal implementation (IV): how is MDS started-- Undigested
R语言使用ggplot2可视化泊松回归模型(Poisson Regression)的结果、可视化不同参量组合下的计数结果
Notes on brushing questions (19) -- binary tree: modification and construction of binary search tree
同花顺注册开户安全吗,有没有什么风险?
Smoothing data using convolution
Halcon C # sets the form font and adaptively displays pictures
Unity C # e-learning (IX) -- wwwfrom
TS common data types summary
Unity C# 网络学习(九)——WWWFrom