Source: https://www.history.com/topics/exploration
There have been many great explorers of the world. Each uncovering new land, people, treasures and so on. Exploration is an innate fascination of us humans, we like to discover the unknown.
With ...
Announcement
On April 5th 2019, HANA 2.0 SPS 04 has been released! Amongst a whole bunch of great features released (see this blog by Joerg Latza for more details), I am going to focus on two exciting capabilities – the new R and the enhanced Python...
This is the second part of my blog series, following on from Part 1.
In Part 1 we learnt:
What the SAP HANA DataFrame is,
Why it is valuable,
How to use it.
In Part 2, we will now explore a highly topical application of the HANA DataFrame - ...
>>> from math import pi
>>> π = pi
>>> area = π * r**2
>>> résumé = "knows Python"
>>> "Python" in résumé
True
Python is a powerful tool in the Data Scientist's toolbox. A quick search on LinkedIn will support this hypothesis (if you had any dou...
With only a few days left of my 13-month internship at SAP, now is a good time for some reflection. I can definitely say that gone are the tea making internships of old as, within days of walking through the door, I was faced with the challenge of de...
Hi Raphaël,
It is hard to say without knowing more about the use case here, could you please explain why you are collecting 10000 rows? I would recommend you try to avoid this, unless absolutely necessary.
However, I can say that with traditional...
Hi Mark,
For now the visualisations are only compatible in a notebook setting.
I'm unsure what is bringing the error with the EDA classes, did you manage to get this working?
Best regards,
Arun
Hi Ramana,
By using a ".collect()" method on a HANA DataFrame, this will return the data from HANA to the client and create a Pandas DataFrame for you to manipulate how you wish.
Of course, using ".collect()" on large datasets will mean long waitin...
Hi Mark,
Thanks for reaching out. Can you give some examples of other deployment contexts that you'd like to use?
Also, can you please confirm the version of the HANA ML package that you have installed?
As for documentation on EDA, this is in p...