如何使用熊猫计算不同用户购买之间的时间?

时间:2017-08-10 21:43:53

标签: python pandas ipython jupyter-notebook

我有一组购买数据如下所示:

用户日期
user_a date_1
user_b date_2
user_a date_3
user_a date_4
user_c date_5
user_b date_6
user_c date_7

我想找到每个用户的平均购买时间。

任何帮助?

我正在使用jupyter笔记本。

1 个答案:

答案 0 :(得分:1)

假设您的数据是一个包含“用户”数据的数据框。作为专栏和日期'另一栏。

/usr/local/bin/electron -> /usr/local/lib/node_modules/electron/cli.js

> electron@1.7.5 postinstall /usr/local/lib/node_modules/electron
> node install.js

/usr/local/lib/node_modules/electron/install.js:48
  throw err
  ^

Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/electron/dist'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! electron@1.7.5 postinstall: `node install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the electron@1.7.5 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/ianwise/.npm/_logs/2017-08-10T22_16_42_927Z-debug.log

如果由于日期格式(字符串)而无法正常工作,则可能需要使用

更改日期格式
  

pd.to_datetime

或将日期转换为天数