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

Weak types in Tables.jl conversion #225

Open
juliohm opened this issue Mar 1, 2023 · 2 comments
Open

Weak types in Tables.jl conversion #225

juliohm opened this issue Mar 1, 2023 · 2 comments

Comments

@juliohm
Copy link

juliohm commented Mar 1, 2023

using XLSX
using DataFrames

XLSX.writetable("foo.xlsx", "TABLE" => DataFrame(A=rand(3), B=["foo","bar","baz"]))

xlsx   = XLSX.readxlsx("foo.xlsx")
XLSX.eachtablerow(xlsx["TABLE"]) |> DataFrame
3×2 DataFrame
 Row │ A         B   
     │ Any       Any 
─────┼───────────────
   10.753115  foo
   20.447895  bar
   30.236192  baz
@juliohm
Copy link
Author

juliohm commented Jun 28, 2023

ping @felipenoris

@felipenoris
Copy link
Owner

Hi @juliohm !
Life has been difficult lately. We need another beer. 🍺

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