Andrei Batomunkuev
02/03/2022, 9:13 PMproduct_type
)
3. Preprocess this data. (extract addtional information about the product from tags
field, and add it to the corresponding fields)
4. Store the final (preprocessed data) into a separate tables in the Postgre.
For example, I have got the data about shoes, preprocess it using Pandas (extract information from tags
) add this extracted data to additional fields. Save it as a separate table in the Postgre Database (shoes_table).
Therefore, I have a question: Is there a way to preprocess the data using Pandas (Python code) in AirByte? Or are there any approaches ? for example, using both AirFlow + Airbyte ?Augustin Lafanechere (Airbyte)
02/04/2022, 3:19 PMAndrei Batomunkuev
02/04/2022, 5:31 PM