Tuesday, December 17, 2019

Re: [URGENT] HOW TO DISPLAY IN HTML A PANDAS PLOTTING IN A DJANGO APPLICATION

Thanks! I'll take a look at  your proposal.

Le lundi 16 décembre 2019 17:18:51 UTC+1, Integr@te System a écrit :
Hi Gana,

Try implement Django Panda module, 
# Create DataFrameManager instance in model
# Query data and then export to Panda dataframe by to_dataframe() method, 
# After that convert to JSON data via to_json() method
# Final render on context in any template of html file

On Mon, Dec 16, 2019, 20:55 Guy NANA <guyros...@gmail.com> wrote:
Thanks for your answers

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/fe86faf3-829f-4854-907f-fd22966886f0%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/70cba688-7fa0-4536-9adb-467a5855b890%40googlegroups.com.

No comments:

Post a Comment