Game incentives to stop littering
– Be available when your customers want to buy. – Have people and not machines answering the phone. – Have friendly staff. – Identify the reasons your customers are leaving and fix them. – Identify the reasons your customers are buying and enhance them. – Be your own customer. Would you do business with you? #mindstormGR #softexperia
1. No need 2. No money 3. No hurry 4. No desire 5. No trust ~ Zig Ziglar #sale #need #desire #trust #money #hurry #softexperia See also Finding your passion isn’t just about careers and money. It’s about finding your authentic self. The one you’ve buried beneath other people’s needs. ~ Kristin Hannah #mindstormGR
Use of chatGPT and YouTube to become a Data Analyst – Χρήση του chatGPT και του YouTube για να κάνει κάποιος ανάλυση δεδομένων Code file: app.py Folder: C:\PythonPrograms\data_analysis_with_chatGPT 1) Merge multiple excel files – Συγχώνευση πολλών αρχείων excel data1.xlsx data2.xlsx data3.xlsx data4.xlsx 2) Clean data – Καθαρισμός δεδομένων 3) Create two excel reports (Total Revenue, Expenses and Profit by Category) and (Total Revenue, Expenses and Profit by Country) – Δημιουργία δύο αρχείων excel (category_report.xlsx and country_report.xlsx) 4) Add a chart to category_report.xlsx – Προσθήκη γραφήματος στο αρχείο excel category_report.xlsx 5) Add a chart to country_report.xlsx – Προσθήκη γραφήματος στο αρχείο excel country_report.xlsx 6) Build two interactive plots (category_chart.html and country_chart.html) 7) Create a streamlit dashboard with 2 graphs – Δημιουργία ενός πίνακα προβολής και διαχείρισης streamlit με 2 γραφήματα με τη βοήθεια της γλώσσας Python – with Python. Changed code by Trifonas Papadopoulos: #Code starts…
Filter employees by department in columns from mixed data Function for cell A7 =FILTER($G7:$G$33;$H$7:$H$33=A6) Function for cell B7 =FILTER($G7:$G$33;$H$7:$H$33=B6) Music track: A Positive Direction by Aylex Source: https://freetouse.com/music Royalty Free Music for Video (Safe) #mindstormGR #dynamic_filters #excel #educational
I find staircases endlessly inspiring, such a perfect opportunity for building a character in life. They teach you that you have to deal with your ups and downs if you want to make it work. Άνοδος και κάθοδος Με εμπνέουν οι σκάλες. Είναι μια τέλεια ευκαιρία για να γίνεις λίγο καλύτερος. Σε μαθαίνουν ότι πρέπει να αντιμετωπίσεις πρώτα τα δικά σου τα πάνω και τα κάτω. Πρέπει και να ανέβεις και να κατέβεις. Να βρεις τα πατήματά σου και τις ανάσες σου. Διαφορετικά δεν θα βρεις ούτε το σωστό σχέδιο ούτε το σωστό ρυθμό, και έτσι δεν θα μπορέσεις ούτε να δημιουργήσεις κάτι, ούτε να εμπνεύσεις κάποιον σ’ αυτήν τη ζωή. #mindstormGR
Rules 1) If Sales >= 20000, then 4% commission 2) If Sales >= 5000 and < 20000, then 5% commission 3) If Sales >= 1 and < 5000, then 6% commission D3 cell function =IF(C3>=$G$3;$H$3;IF(C3>=$G$4;$H$4;$H$5))*C3 D4 cell function =IF(C4>=$G$3;$H$3;IF(C4>=$G$4;$H$4;$H$5))*C4 D5 cell function =IF(C5>=$G$3;$H$3;IF(C5>=$G$4;$H$4;$H$5))*C5 D6 cell function =IF(C6>=$G$3;$H$3;IF(C6>=$G$4;$H$4;$H$5))*C6 Δείτε το σχετικό άρθρο στο blog της ιστοσελίδας softexperia.com . . .
Did you know you can use Python code to create an Excel Data Entry Form and avoid duplicate records? Πώς να δημιουργήσετε μια φόρμα εισαγωγής δεδομένων σε 10 λεπτά με τη γλώσσα προγραμματισμού PYTHON (No VBA) Πώς να διασφαλίσετε ότι δεν θα κάνετε διπλοεγγραφές Excel fields : Name, City, Favorite Color, German, Spanish, English, Children Excel before data entry Data entry form Excel after data entry ‘Python code starts here. import PySimpleGUI as sg import pandas as pd # Add some color to the window sg.theme(‘DarkTeal9’) EXCEL_FILE = ‘data_entry.xlsx’ df = pd.read_excel(EXCEL_FILE) layout = [ [sg.Text(‘Please fill out the following fields:’)], [sg.Text(‘Name’, size=(15,1)), sg.InputText(key=’Name’)], [sg.Text(‘City’, size=(15,1)), sg.InputText(key=’City’)], [sg.Text(‘Favorite Color’, size=(15,1)), sg.Combo([‘Green’, ‘Blue’, ‘Red’], key=’Favorite Color’)], [sg.Text(‘I speak’, size=(15,1)), sg.Checkbox(‘German’, key=’German’), sg.Checkbox(‘Spanish’, key=’Spanish’), sg.Checkbox(‘English’, key=’English’)], [sg.Text(‘No. of Children’, size=(15,1)), sg.Spin([i for i in range(0,16)], initial_value=0, key=’Children’)], [sg.Submit(), sg.Button(‘Clear’), sg.Exit()] ] window = sg.Window(‘Simple data entry form’, layout) def clear_input(): for key…
Overdose of technology Overdose of terminology Overdose of methology Overdose of anxiety Overdose of solitude Overdose of medicine Overdose of detection Overdose of destruction Overdose of pollution Overdose of communication No dose of apology No dose of affection No dose of direction No dose of connection Is there any hope of salvation? #mindstormGR / www.mindstorm.gr