Closed lsabi closed 5 years ago
To solve your problem, while leaving door open for different dataframe managers than Pandas, the following methods have been added in the 'develop' branch to the factory pm4py.objects.log.importer.csv.factory:
So, the enhancement you suggest has been performed in the 'develop' branch. Take a look at that
My bad, didn't see that. Any idea/estimate when the develop branch will be merged into the production?
Thanks
Let's say in two/three weeks!
Sincerely Alessandro
Il gio 11 apr 2019, 12:14 lsabi notifications@github.com ha scritto:
My bad, didn't see that. Any idea/estimate when the develop branch will be merged into the production?
Thanks
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pm4py/pm4py-source/issues/70#issuecomment-482055673, or mute the thread https://github.com/notifications/unsubscribe-auth/And2rt5RnwGdeLzhXGst4YmOXvcxKrvSks5vfwsBgaJpZM4cpBFo .
Great. I'm closing the issue then.
Thanks.
Hi,
If one is using the csv import functionality and needs to import a dataframe, apply some conversions/filtering and then convert it into an event log, one has to import two different modules.
My question is, wouldn't be more intuitive to have all the import functionalities within the same module?
Thanks