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

If JDF folder is overwritten data of 'old' columns is persitent #69

Open
kafisatz opened this issue Sep 1, 2021 · 1 comment
Open

Comments

@kafisatz
Copy link

kafisatz commented Sep 1, 2021

See example.

using JDF 
using DataFrames 

df = DataFrame(a=rand(3),b=rand(3),c=rand(3))
fi =raw"C:\temp\fi.jdf" 

@time JDF.save(fi, df)

df = DataFrame(a=rand(3),b=rand(3))

@time JDF.save(fi, df)
#the jdf folder on disk will 'keep' the data for column c
#I wonder if this is intentional, or if 'c' should be cleaned up (i.e. deleted)

This seems like an oversight that should be improved.
What is your view?

@xiaodaigh
Copy link
Owner

Yeah agree

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

2 participants