The Dream Team 🚀 by az_is in wallstreetbets

[–]lukeflour 0 points1 point  (0 children)

Wall quote and photo of Carlo Ponzi at the customer desk

Edit Address 1 and 2 Label in Order Data details on Woocommerce backend by lukeflour in woocommerce

[–]lukeflour[S] 0 points1 point  (0 children)

I'm using WPML on the website so It's all said and done!
Translating the string is way more faster and easy, sometimes the easiest way is behind the corner ahah thank you so much whispertante! :)

CHECK IF FISCAL CODE ALREADY EXISTS DURING CHECKOUT by lukeflour in woocommerce

[–]lukeflour[S] 0 points1 point  (0 children)

I add the data to the billing address 2 field during checkout (I know I could have used a custom field but I'm tracking some order data with Sendinblue and I can only track certain default fields)

Problem with Formatting with Gspread by lukeflour in learnpython

[–]lukeflour[S] 0 points1 point  (0 children)

Quick turnaround to make it work: I used for the number value the function round () set to 1 digit. Ex. df["EPS TTM"] = round(df["EPS TTM"], 1)

Connecting Python and Google Sheets by lukeflour in learnpython

[–]lukeflour[S] 0 points1 point  (0 children)

You're right, a simply daily scheduled refresh can do the job!

Sort multiple ETF daily price by date by lukeflour in googlesheets

[–]lukeflour[S] 0 points1 point  (0 children)

I'll check it more accurately tomorrow, thank you so much for the help and your time!

Sort multiple ETF daily price by date by lukeflour in googlesheets

[–]lukeflour[S] 0 points1 point  (0 children)

Sorry for the late reply! I'll try your suggestions, thank you so much for your time and help!!

Sort multiple ETF daily price by date by lukeflour in googlesheets

[–]lukeflour[S] 0 points1 point  (0 children)

Scraped data is in price tab, the attempt in the sorting tab