MrPowers / farsante

Fake Pandas / PySpark DataFrame creator
43 stars 6 forks source link

Create dataset generation tests #11

Open jeffbrennan opened 11 months ago

jeffbrennan commented 11 months ago

addresses #10

a couple of things before merging

1 - I noticed the file generated from cargo run -- --n 1000 --k 10 --nas 10 --seed 591 created a file named "G1_1e3_1e3_10_10.csv" when I would have expected "G1_1e3_1e1_10_10.csv" 2 - need to test using cargo build instead of cargo run 3 - need to test using pyo3 instead of subprocess

jeffbrennan commented 11 months ago

will rebase and modify after #12 is merged