TurboWay commented on PR #10236: URL: https://github.com/apache/doris/pull/10236#issuecomment-1166301613
HI @Gabriel39 ,Thanks for your suggestion. ```DorisClient``` is a small wheel, which is mainly used to make it easier to use streamload and execute Doris SQL in Python. This is very practical in most scenarios. As for data analysis, in fact, we usually use the famous wheel [```pandas```](https://github.com/pandas-dev/pandas) in Python, which is excellent and also applicable to Doris, because Doris supports the MySQL protocol. At last, if it is a very large amount of data, it may be a better way to directly use SQL to analyze it in Doris. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
