Home / Companies / Hex / Blog / April 2023

April 2023 Summaries

3 posts from Hex

Filter
Month: Year:
Post Summaries Back to Blog
The text discusses how to connect Python with Microsoft's SQL Server using the pyodbc library. It explains that pyodbc is a versatile tool for connecting to various databases, including MySQL, PostgreSQL, and others. The author guides through setting up a virtual environment, installing pyodbc, creating a connection string, and executing SQL queries within Python. They also demonstrate how to create a table, insert data into it, and perform operations such as filtering, sorting, and subqueries using SQL commands within the Python script. The text emphasizes that using Python with SQL allows for flexibility in choosing where to perform transformations on the data.
Apr 28, 2023 1,595 words in the original blog post.
Hex has achieved Elite Partner Status with Snowflake due to their comprehensive integration and large number of joint customers. The partnership allows data teams to work efficiently with large amounts of data in a notebook by leveraging the power and simplicity of Snowflake. By keeping most data in Snowflake, users can avoid slowdowns caused by kernel limitations. Additionally, Hex supports Snowflake's Snowpark for Python API, enabling faster workflows using Python and data frames end to end. Many shared customers, including Notion and Opensea, benefit from the integration, which helps democratize data across businesses.
Apr 05, 2023 603 words in the original blog post.
Natural Language Processing (NLP) is a field in AI that focuses on developing algorithms and models to accurately parse, analyze, and manipulate textual and spoken data. Core NLP tasks include tokenization, parsing, and sentiment analysis. Advanced techniques involve natural language understanding and generation. Python libraries such as NLTK, Gensim, and OpenAI's API can be used for various NLP tasks, including word frequency counting, topic modeling, sentiment analysis, and text summarization. The advent of Large Language Models (LLMs) like GPT-3 has significantly improved the capabilities of NLP, allowing users to perform sophisticated language processing tasks with a single API call.
Apr 04, 2023 3,256 words in the original blog post.