February 2023 Summaries
3 posts from Hex
Filter
Month:
Year:
Post Summaries
Back to Blog
The guide provides a comprehensive overview of how to directly query databases into Pandas DataFrames using SQL commands in Python, emphasizing the utility of the Pandas `read_sql` function. Starting with a connection to a database, either through SQLAlchemy for more complex operations or SQLite for simplicity, users can execute SQL queries to retrieve and manipulate data within Pandas. The article uses a publicly available Airbnb dataset as an example, demonstrating how to perform basic queries, filter data by neighborhoods or price ranges, and visualize data with Pandas' plotting capabilities. It also highlights the benefits of using `read_sql` for its ability to handle large datasets efficiently by processing data in chunks. The guide concludes by encouraging users to further explore SQL and Pandas documentation for advanced data manipulation and to leverage community support for troubleshooting.
Feb 12, 2023
1,161 words in the original blog post.
dbt Labs has signed a definitive agreement to acquire Transform Data, which is considered a great move for data stacks. The acquisition combines dbt's dominant distribution with Transform's feature-mature MetricFlow, accelerating the journey of metrics living at the transformation layer in the modern data stack. This integration will provide a strong foundation for metrics and improve analytical workflows for a broader population of users.
Feb 08, 2023
1,457 words in the original blog post.
Hex is launching a private beta of its AI tool suite called "Hex Magic," designed to augment human data work rather than replace it. The company believes that while AI can assist in tasks such as writing code, understanding business context and explaining answers are still areas where human insight is crucial. Hex Magic aims to help humans focus on creative aspects of data work by handling tedious tasks like fixing dependencies and hunting for misplaced parentheses. The beta will allow the company to gather feedback from users before making it available to everyone, with a focus on forming a partnership between humans and AI where each can excel at their respective strengths.
Feb 02, 2023
669 words in the original blog post.