Skip to content

df2sd slow #499

Dec 14, 2022 · 7 comments · 1 reply
Discussion options

You must be logged in to vote

Good deal. No, what Python interface you use has nothing to do with it. I run in line mode mostly, in a terminal session. Same results. It's not about the Python interface.
This is M8:

>>> import time
>>> start=time.time()
>>> sd = sas.df2sd(df)
>>> print((time.time()-start)/60)
1.6598737478256225
>>>

while this is M2:

>>> import time
>>> start=time.time()
>>> sd = sas.df2sd(df)
>>> print((time.time()-start)/60)
12.21902273495992
>>>

Replies: 7 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@rahulmahajan511
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rahulmahajan511
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants