WAI
Status Update
Comments
ag...@google.com <ag...@google.com>
sg...@google.com <sg...@google.com> #2
For many in scientific python community to use App engine, we need Scipy, Scikit and Pandas in App Engine.
je...@gmail.com <je...@gmail.com> #3
Hi.
It is really important and progressive that in suppporting the use of Python, that relevant tools that are revolutionising the the Python world are included as third party libraries.
Please do host it up. We need PANDAS on the app engine
It is really important and progressive that in suppporting the use of Python, that relevant tools that are revolutionising the the Python world are included as third party libraries.
Please do host it up. We need PANDAS on the app engine
jo...@gmail.com <jo...@gmail.com> #4
I agree that Scipy, Scikit and Pandas would be very useful in the App Engine.
ch...@google.com <ch...@google.com> #5
Yes, scipy and pandas would be great. I'm a big fan of App Engine but had to switch to a new platform for my current project.
da...@bt.com <da...@bt.com> #6
hello - chiming in that pandas support in appengine would be wonderful.
sg...@google.com <sg...@google.com> #7
+1 on more scientific computing support in app engine.
ch...@google.com <ch...@google.com> #8
+1 for NumPy, SciPy, Pandas and Scikit
jo...@gmail.com <jo...@gmail.com> #9
Yes. The data analysis package PANDAS and machine learning package sklearn (aka scikits.learn) would be *hugely* beneficial. At the moment, I am writing stripped-down versions of their classes but theirs are much faster / safer / more reusable.
da...@bt.com <da...@bt.com> #10
It would be a real benefit having pandas integrated into appengine.
Thanks a lot.
Thanks a lot.
ch...@google.com <ch...@google.com>
ch...@google.com <ch...@google.com> #11
#pandas #python please..
ch...@google.com <ch...@google.com> #12
#Pandas is very important if large amounts of data is to be processed. Tile it is not present could someone suggest other replacements please..
da...@bt.com <da...@bt.com> #13
+1 for Pandas, a great tool for financial data analysis.
ch...@google.com <ch...@google.com> #14
+1 for Pandas. It is an integral member of the quantitative python pantheon
da...@bt.com <da...@bt.com> #15
+1 for the scientific python stack (numpy, scipy, pandas, matplotlib)
ch...@google.com <ch...@google.com> #16
+1 for Pandas. Essential for quickly building many data analysis routines.
ch...@google.com <ch...@google.com> #17
+1 it's highly required for quick data analysis before storing back to the datastore
ze...@google.com <ze...@google.com> #18
+1 ... Yet another plus one for Pandas.
ap...@google.com <ap...@google.com> #19
No Panda No GAE!
ms...@gmail.com <ms...@gmail.com> #21
come on... put pandas on already!!
ze...@google.com <ze...@google.com> #22
+1 Voting for inclusion.
This is taking an immense amount of time to include - ticket has been open for over 10 months now!
Why cant custom .egg be bundeled with GAE?
This shouldnt be so much a challenge - youd think - with all the "computer science" talent google claims to have - creating a sandbox or profilers for application dependent on open source libraries is a must.
This is taking an immense amount of time to include - ticket has been open for over 10 months now!
Why cant custom .egg be bundeled with GAE?
This shouldnt be so much a challenge - youd think - with all the "computer science" talent google claims to have - creating a sandbox or profilers for application dependent on open source libraries is a must.
ze...@google.com <ze...@google.com> #23
+1. Pandas would be great. Essential really.
Description
data class ServiceResponse(val result: String, val status: Meta)
data class Meta(val success: Boolean)
I reference the "success" field from elsewhere in the project to check if it is true. This check fails with an exception:
11-06 21:38:37.920 13884-13884/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.jebware.r8example, PID: 13884
java.lang.NullPointerException: throw with null exception
at com.jebware.r8example.a.a.a()
at com.jebware.r8example.b.a(:34)
at f.i.run(:70)
at android.os.Handler.handleCallback(Handler.java:746)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5443)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:728)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
I have keep rules that should prevent the field from being renamed, but looking at the bytecode from the APK, that field has been removed. I've attached the sample so you can fill in the details.
Using:
android.enableR8=true
android.enableR8.fullMode=false
AGP 3.4.0-alpha02
R8 1.4.3-dev