Erdogan

Results 195 comments of Erdogan

Hi, I am not sure whether I understand the issue. Have you tried to restructure your dataset in source-target? ``` source | target # column 1 | column 2 ......

Try to explicitly specify the filepath location. In case you do not specify the filepath, it will use the temp directory (this is the same as only specifying the filename.)...

Wow. That should not be the case. Can you see why it is so big? Maybe an example data file is included? I can not find it back on the...

Thanks, I did find some big files that I added to the .gitignore file.

Thank you for the feedback and suggestions! It is always great to have some interaction. I am going to look into it!

Like[this](https://observablehq.com/@d3/zoomable-sunburst) one? If you can try to create a stand-alone html, preferably that also embeds the data, I can integrate it in d3blocks!

wow thats a lot of edges! With so many edges, dont you think that it will result into one big hairball? I need to look into it because I did...

Does this toy example work for you? I did update the examples on the documentation pages. The existing one failed. Likely due to some changes in pandas functionalities. ``` #...

Yes, great suggestions! Your help would really be appreciated! There was once a great implementation over [here](https://github.com/erdogant/d3graph/issues/10) but the threshold functionality got broken. In addition, I have been experimenting with...

I tested on python 3.12 with the latest version and I do not have any issues. Can you tell me more about your python version, and the D3blocks version? ```...