AIgineer
AIgineer
  • 103
  • 8 689

วีดีโอ

Python fundamentals part 3 - OOP (coding)
มุมมอง 304 ชั่วโมงที่ผ่านมา
Python fundamentals part 3 - OOP (coding)
Python fundamentals part 2 (coding)
มุมมอง 447 ชั่วโมงที่ผ่านมา
Python fundamentals part 2 (coding)
Data processing course structure (theory)
มุมมอง 259 ชั่วโมงที่ผ่านมา
Data processing course structure (theory)
Introduction to python and learning roadmap (theory)
มุมมอง 2514 ชั่วโมงที่ผ่านมา
Introduction to python and learning roadmap (theory)
Python fundamemtals part 1 (coding)
มุมมอง 4719 ชั่วโมงที่ผ่านมา
This is fundamental python programming covering * input-output * data types * f-string * lists * for statement * while statement * dictionary * if-statements
Course repetition of SQL using DuckDB part2
มุมมอง 2621 วันที่ผ่านมา
github.com/AIgineerAB/SQL_duckdb_course
Course repetition of SQL using DuckDB part 1
มุมมอง 3721 วันที่ผ่านมา
Course repo github.com/AIgineerAB/SQL_duckdb_course
Common table expressions in DuckDB (coding)
มุมมอง 4028 วันที่ผ่านมา
Common table expressions in DuckDB (coding)
Commont table expressions (CTE) in DuckDB
มุมมอง 4228 วันที่ผ่านมา
Commont table expressions (CTE) in DuckDB
Joins in SQL DuckDB to combine rows between several tables (coding)
มุมมอง 110หลายเดือนก่อน
Joins in SQL DuckDB to combine rows between several tables (coding)
Joins in SQL DuckDB to combine rows between several tables
มุมมอง 80หลายเดือนก่อน
Joins in SQL DuckDB to combine rows between several tables
Set operations in DuckDB (theory)
มุมมอง 74หลายเดือนก่อน
Set operations in DuckDB (theory)
Set operations in DuckDB part 2
มุมมอง 66หลายเดือนก่อน
Set operations in DuckDB part 2
Set operations in DuckDB part 1
มุมมอง 92หลายเดือนก่อน
Set operations in DuckDB part 1
Working with string and regexp in DuckDB (theory)
มุมมอง 47หลายเดือนก่อน
Working with string and regexp in DuckDB (theory)
Grouping data in DuckDB SQL (theory)
มุมมอง 46หลายเดือนก่อน
Grouping data in DuckDB SQL (theory)
Grouping data in DuckDB (coding)
มุมมอง 95หลายเดือนก่อน
Grouping data in DuckDB (coding)
Working with strings in SQL and DuckDB (coding)
มุมมอง 105หลายเดือนก่อน
Working with strings in SQL and DuckDB (coding)
Generating synthetic data using DuckDB SQL (coding)
มุมมอง 119หลายเดือนก่อน
Generating synthetic data using DuckDB SQL (coding)
CRUD operations in DuckDB SQL
มุมมอง 81หลายเดือนก่อน
CRUD operations in DuckDB SQL
FIltering data in DuckDB (coding)
มุมมอง 108หลายเดือนก่อน
FIltering data in DuckDB (coding)
Querying data in DuckDB SQL (coding)
มุมมอง 189หลายเดือนก่อน
Querying data in DuckDB SQL (coding)
DuckDB CLI to ingest data from csv file
มุมมอง 114หลายเดือนก่อน
DuckDB CLI to ingest data from csv file
Course structure for modern SQL with DuckDB part 2 - github repository
มุมมอง 77หลายเดือนก่อน
Course structure for modern SQL with DuckDB part 2 - github repository
Course structure for modern SQL with DuckDB
มุมมอง 92หลายเดือนก่อน
Course structure for modern SQL with DuckDB
DBeaver connect with DuckDB with SQL introduction
มุมมอง 141หลายเดือนก่อน
DBeaver connect with DuckDB with SQL introduction
CRUD operations in DuckDB (theory)
มุมมอง 69หลายเดือนก่อน
CRUD operations in DuckDB (theory)
Generating synthetic data using DuckDB (theory)
มุมมอง 70หลายเดือนก่อน
Generating synthetic data using DuckDB (theory)
Filtering data using DuckDB (theory)
มุมมอง 73หลายเดือนก่อน
Filtering data using DuckDB (theory)

ความคิดเห็น

  • @StevarRoberto
    @StevarRoberto วันที่ผ่านมา

    I’m a statistics student and I’m really interested in data science and ml I think your videos are great and can’t wait for more!

    • @AIgineer
      @AIgineer 13 ชั่วโมงที่ผ่านมา

      thanks, I will upload full courses as I develop them. If you want, you can have a look at some courses which I have finished developing github.com/AIgineerAB/SQL_duckdb_course github.com/AIgineerAB/data_warehouse_course

  • @ceo.amai88
    @ceo.amai88 14 วันที่ผ่านมา

    hey man whats good? hope you're well. seems like you know a lot about handling data from your videos. wondering where you're based? i build AI agents for businesses. i think we can work together. you can be my technical guy, i can sell and close deals. right now im building them on third party platform since i dont have technical background. gonna provide inbound voice call AI agent service soon. let me know how to reach you. im gonna take over my region with AI.

  • @firesquad-ai
    @firesquad-ai 29 วันที่ผ่านมา

    The content you shared was great, and I really appreciated the information. However, the audio quality could use a little improvement. If you haven't already, you might consider using a tool like Adobe's Enhance Speech feature to clean up the audio and make it sound clearer.

    • @AIgineer
      @AIgineer 2 วันที่ผ่านมา

      thank you for pointing out the sound issue, I've known about it quite a while, but now I've managed to solve it, so for my future video the sound should be better. Have a look at this one, where the sound should be better th-cam.com/video/zm79cZboFi4/w-d-xo.html

  • @jiunherng
    @jiunherng หลายเดือนก่อน

    How to format st.dataframe with css like change the header color, and the background color of the table?

    • @AIgineer
      @AIgineer หลายเดือนก่อน

      I am not sure if it is possible as the whole dataframe seem to be a div. However I found this in documentation docs.streamlit.io/develop/api-reference/data/st.dataframe it says that pandas styler object can be used for styling the dataframe, and here is documentation for pandas styler object pandas.pydata.org/docs/user_guide/style.html haven't tried it out, tell me if it works

    • @AIgineer
      @AIgineer หลายเดือนก่อน

      Here is a minimal example, tried it out and it works import streamlit as st import pandas as pd df = pd.DataFrame({ 'Column 1': [1, 2, 3], 'Column 2': [4, 5, 6] }) def style_dataframe(df): return df.style.set_table_styles( [{ 'selector': 'th', 'props': [ ('background-color', '#4CAF50'), ('color', 'white'), ('font-family', 'Arial, sans-serif'), ('font-size', '16px') ] }, { 'selector': 'td, th', 'props': [ ('border', '2px solid #4CAF50') ] }] ) styled_df = style_dataframe(df) st.write(styled_df.to_html(), unsafe_allow_html=True) here is the source for the discussion discuss.streamlit.io/t/how-to-change-the-header-color-and-font-in-st-dataframe-and-st-data-editor/69676/2

  • @bithepower9081
    @bithepower9081 หลายเดือนก่อน

    Thank you for this best video on streamlit css on TH-cam 🙏

    • @AIgineer
      @AIgineer หลายเดือนก่อน

      Thank you :)

  • @mohsinafridi1994
    @mohsinafridi1994 3 หลายเดือนก่อน

    The video got stuck from 06:00 to 07:23 minute , we can hear just sound.

  • @AIgineer
    @AIgineer 4 หลายเดือนก่อน

    Remember to add SELECT in the grants (missed in the video) so that job_ads_dlt_role can view the data as we're using that role to select the data later

  • @youkichiba
    @youkichiba 4 หลายเดือนก่อน

    Great video! The visuals really help my understanding

    • @AIgineer
      @AIgineer 4 หลายเดือนก่อน

      Thank you, you can find my other videos through my repo.