Skip to content

蚂蚁学Python

博学之、审问之、慎思之、明辨之、笃行之

  • 视频课程
  • 关于我
Categories hive

[转]Hive中对group结果分组取limit N值的实现

2023-03-122014-01-14 Leave a comment by crazyant

转载引言: 数据处理中遇到了取全国各个省份的效果数据先排序后limit 100的需求,HIVE自带功能无法实现 … Read more [转]Hive中对group结果分组取limit N值的实现


Categories hive

HIVE的几个使用技巧

2023-03-122013-12-27 Leave a comment by crazyant

1.小表在前,大表在后,如果表很小就用mapjoin 写JOIN的时候,将小表写在JOIN的前面,这样HIVE … Read more HIVE的几个使用技巧


Categories python

Python批量重命名文件的方法

2023-03-122013-12-18 Leave a comment by crazyant

用到了os的两个接口: 1、列出文件夹中的所有文件(也包含目录) os.listdir(path) Retur … Read more Python批量重命名文件的方法


Categories python

Python内置函数map、reduce、filter在文本处理中的应用

2023-03-122013-12-15 Leave a comment by crazyant

文件是由很多行组成的,这些行组成一个列表,python提供了处理列表很有用的三个函数:map、reduce、f … Read more Python内置函数map、reduce、filter在文本处理中的应用


Categories 软件工具

chrome自动刷新网页插件:Auto Refresh Plus

2023-03-122013-12-04 1 Comment by crazyant

Hadoop执行进度日志是在网页上能查看的,为了想要查看最新的进展,经常需要对页面刷新看到最新的数据,于是我一 … Read more chrome自动刷新网页插件:Auto Refresh Plus


Categories mysql

MySQL数据导入导出实例教程手册

2023-03-122013-12-03 3 Comments by crazyant

mysqldump是mysql自带的一个数据导入导出工具,其官方注释为: shell> mysqldum … Read more MySQL数据导入导出实例教程手册


Categories mysql

MySQL一条语句更新多个表的方法

2023-03-122013-11-28 2 Comments by crazyant

MySQL本身是支持一条update语句更新多个表的,有时候这是非常有用的一个特性。 Multiple-tab … Read more MySQL一条语句更新多个表的方法


Categories mysql

mysql根据A表更新B表的方法

2023-03-122013-11-28 1 Comment by crazyant

最近遇到一个需求:mysql中A表和B表都有(id, age)字段,现在想读取B表的age字段,将其updat … Read more mysql根据A表更新B表的方法


Post navigation
Older posts
Newer posts
← Previous 1 … 35 36 37 … 50 Next →

文章分类

  • C++ (8)
  • chatgpt (3)
  • django (16)
  • docker (4)
  • fastapi (3)
  • flask (11)
  • hadoop (5)
  • hive (14)
  • java (20)
  • javascript (1)
  • kafka (1)
  • linux (18)
  • mac (4)
  • mysql (26)
  • numpy (2)
  • paddlepaddle (1)
  • pandas (42)
  • php (39)
  • pyecharts (1)
  • pyqt (6)
  • python (34)
  • python环境 (30)
  • python趣味小程序 (3)
  • redis (4)
  • sklearn (1)
  • spark (6)
  • tensorflow (3)
  • zookeeper (1)
  • 产品想法 (1)
  • 办公自动化 (10)
  • 大数据 (1)
  • 大模型 (3)
  • 推荐系统 (7)
  • 数据科学 (1)
  • 数据结构与算法 (1)
  • 机器学习 (4)
  • 爬虫 (24)
  • 电商 (2)
  • 程序人生 (26)
  • 程序员自媒体 (12)
  • 腾讯课堂 (1)
  • 自动化测试 (1)
  • 读书心得 (8)
  • 软件工具 (9)
  • 量化投资 (6)
© 2025 蚂蚁学Python • Theme Xena