DARIAH-DE / TopicsExplorer

Explore your own text collection with a topic model – without prior knowledge.
https://dariah-de.github.io/TopicsExplorer
Apache License 2.0
62 stars 10 forks source link

Scientific notation of the values in the doc-topics matrix #40

Closed severinsimmler closed 6 years ago

severinsimmler commented 6 years ago

It looks like pandas automatically uses the scientific notation of very small (and probably very large) numbers. This is also written to the CSV file. If you now want to open this file in e.g. Excel, the numbers are not recognized. The values should therefore be rounded to a certain decimal place. Maybe to the tenth decimal place or something?