You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``redshift_connector`` is the Amazon Redshift connector for
6
14
Python. Easy integration with `pandas <https://github.com/pandas-dev/pandas>`_ and `numpy <https://github.com/numpy/numpy>`_, as well as support for numerous Amazon Redshift specific features help you get the most out of your data
7
15
8
16
Supported Amazon Redshift features include:
@@ -17,18 +25,20 @@ This pure Python connector implements `Python Database API Specification 2.0 <ht
17
25
18
26
Getting Started
19
27
---------------
20
-
The easiest way to get started with redshift_connector is via `pip <https://pip.pypa.io/en/stable/>`_
21
-
22
-
``pip install redshift_connector``
23
-
24
-
For `pandas <https://github.com/pandas-dev/pandas>`_ and `numpy <https://github.com/numpy/numpy>`_ support, install as shown below:
0 commit comments