Skip to content

Commit 3d3b512

Browse files
updated with hugging face
1 parent cce0e28 commit 3d3b512

File tree

17 files changed

+86
-39
lines changed

17 files changed

+86
-39
lines changed

.DS_Store

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

data/order_details.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ORDER_ID,CUSTOMER_ID,ORDER_DATE,TOTAL_AMOUNT
1+
nORDER_ID,CUSTOMER_ID,ORDER_DATE,TOTAL_AMOUNT
22
1,457,2024-12-06,611.05
33
2,233,2024-05-12,863.8
44
3,618,2024-11-24,753.31

docs/customer_details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Table 1: STREAM_HACKATHON.STREAMLIT.CUSTOMER_DETAILS** (Stores customer information)
1+
**Table 1: CUSTOMER_DETAILS** (Stores customer information)
22

33
This table contains the personal information of customers who have made purchases on the platform.
44

File renamed without changes.

docs/mysql-chains.png

232 KB
Loading

docs/order_details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Table 2: STREAM_HACKATHON.STREAMLIT.ORDER_DETAILS** (Stores order information)
1+
**Table 2: ORDER_DETAILS** (Stores order information)
22

33
This table contains information about orders placed by customers, including the date and total amount of each order.
44

docs/payments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Table 3: STREAM_HACKATHON.STREAMLIT.PAYMENTS** (Stores payment information)
1+
**Table 3: PAYMENTS** (Stores payment information)
22

33
This table contains information about payments made by customers for their orders, including the date and amount of each payment.
44

docs/products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Table 4: STREAM_HACKATHON.STREAMLIT.PRODUCTS** (Stores product information)
1+
**Table 4: PRODUCTS** (Stores product information)
22

33
This table contains information about the products available for purchase on the platform, including their name, category, and price.
44

docs/transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Table 5: STREAM_HACKATHON.STREAMLIT.TRANSACTIONS** (Stores transaction information)
1+
**Table 5: TRANSACTIONS** (Stores transaction information)
22

33
This table contains information about individual transactions that occur when customers purchase products, including the associated order, product, quantity, and price.
44

0 commit comments

Comments
 (0)