Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vaex data #8

Open
melody-candy opened this issue Apr 16, 2023 · 0 comments
Open

vaex data #8

melody-candy opened this issue Apr 16, 2023 · 0 comments

Comments

@melody-candy
Copy link

tart = datetime(2015,1,1,1,1,1)
end = datetime(2015,12,31,23,59,59)
if I want to do this d['seq'] = d.apply(lambda x: ', '.join(d[(d['username'] == x['username']) & (d['time'] >= start) & (d['time'] <= end)]['action']), axis=1) in vaex data ,how to change it,avoid Error parsing datetime string "2015-01-01-0-0-0" at position 10 problem and apply()arguement problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant