Data Nik
Data Nik
  • 32
  • 246 967
Side Bar Menu in Dash Plotly || Python Tutorial
In this video I am showing you how to easily create a side bar menu in the Dash Plotly library so that you can increase the usability of your Python dashboards.
Переглядів: 1 120

Відео

Dash Plotly Dockerisation URL Problem
Переглядів 139Рік тому
In this video I am going to show how to avoid a URL error when containerising Dash Plotly Projects with Docker. #coding #docker #python
Create your first Dashboard in Python | Data Science Project Part 3
Переглядів 174Рік тому
In this video we are going to create our first little dashboard in Python. The library we are going to use for this is called Dash Plotly. You can read up on the documentation here: dash.plotly.com/. I hope you enjoy this video!
How to start with GIT and PyCharm | Data Science Project Part 2
Переглядів 180Рік тому
In this video I am going over creating a project in PyCharm as well as how to add such project to GitHub. To follow this video you will have to have PyCharm installed which is explained here: www.jetbrains.com/help/pycharm/installation-guide.html I hope you enjoy!
A Full Data Science Project in Python | Data Science Project Part 1
Переглядів 200Рік тому
With this video I am going to introduce you to my latest multi-part video series on how to do Data Science projects in Python. We are going to talk about everything you need in order to start your own project. From Structuring a project in Python to the libraries we use, Git and GitHub, as well as deployment to Google Cloud. I hope you will enjoy this one!
Create a Graph in Python - Beginner's Tutorial
Переглядів 8 тис.3 роки тому
In this video I am going to show you how you can create in Python with Matplotlib and Pandas. This tutorial is meant for beginners.
Data Analysis for Beginners // Excel Tutorial
Переглядів 3373 роки тому
In this video I am going over a simple data analysis example. The data can be downloaded here: www.kaggle.com/carrie1/ecommerce-data
How to Use Vlookup in Excel
Переглядів 933 роки тому
In this video I am going to show you how to use the Vlookup function and what small traps to avoid when using it! I hope it helps.
Run Macro If Cell Value Changes / Excel VBA Tutorial
Переглядів 17 тис.3 роки тому
In this video, I am showing you how to run a VBA macro whenever the value within a specific cell changes. I hope this helps!
Delete Rows based on Value/Text // Excel VBA Tutorial
Переглядів 20 тис.3 роки тому
In this video I am showing you how to delete rows based on value or text. The code is the following: Sub delete_rows() For i = 2 To Sheets(2).UsedRange.Rows.Count If Cells(i, 3).Value = "No" Then Rows(i).EntireRow.Delete End If If Cells(i, 3).Value = "No" Then Rows(i).EntireRow.Delete End If Next i End Sub
Every Way to Access Cells // Excel VBA Tutorial
Переглядів 3633 роки тому
If you liked the video, please consider supporting the channel
Dice Throw in Excel VBA
Переглядів 1,1 тис.3 роки тому
In this video, I am going to show you how to simulate a dice throw in Excel using VBA coding. I hope this helps.
For Loops in VBA // Excel Tutorial
Переглядів 1993 роки тому
In this video I am showing you how to get along with For Loops in VBA.
Calculating CORRELATIONS in EXCEL
Переглядів 1633 роки тому
In this video I am showing you how to do a correlation analysis in Excel. For this you are going to need the "=Correl" formula. I hope this video helps!
IF Statement in VBA // VBA Basics
Переглядів 1723 роки тому
In this week's video, I am showing you how to use and apply the conditional statements if, elseif, and else in VBA to color a cell based on the value within. Feel free to leave a like or sub if this helped you, I would greatly appreciate it!
Retrieve Data From API with Python
Переглядів 54 тис.3 роки тому
Retrieve Data From API with Python
Automate CVS File Conversion in Excel
Переглядів 1593 роки тому
Automate CVS File Conversion in Excel
Excel Graph Template Feature
Переглядів 1193 роки тому
Excel Graph Template Feature
Update Data in Excel Automatically // VBA TUTORIAL
Переглядів 28 тис.3 роки тому
Update Data in Excel Automatically // VBA TUTORIAL
Import Stock Data into Excel // NEW EXCEL UPDATE 2020
Переглядів 2,2 тис.3 роки тому
Import Stock Data into Excel // NEW EXCEL UPDATE 2020
Drop Down Menu with adjusting Graph // Excel Tutorial
Переглядів 1723 роки тому
Drop Down Menu with adjusting Graph // Excel Tutorial
Straddle Option Calculated and Explained
Переглядів 2724 роки тому
Straddle Option Calculated and Explained
Calculating the Cash Flow of Bonds
Переглядів 3,2 тис.4 роки тому
Calculating the Cash Flow of Bonds
Put-Call Parity
Переглядів 1684 роки тому
Put-Call Parity
Simplify Portfolio Tracking in Excel
Переглядів 1814 роки тому
Simplify Portfolio Tracking in Excel
Portfolio Tracking in Excel
Переглядів 4884 роки тому
Portfolio Tracking in Excel
Importing External Data into Excel using Python
Переглядів 4,5 тис.4 роки тому
Importing External Data into Excel using Python
Starting with Macros in Excel
Переглядів 934 роки тому
Starting with Macros in Excel
Adding Moving Averages to an Excel Graph
Переглядів 5284 роки тому
Adding Moving Averages to an Excel Graph
Deleting Empty Rows in Excel VBA
Переглядів 19 тис.4 роки тому
Deleting Empty Rows in Excel VBA

КОМЕНТАРІ

  • @HudsonArvin-q4d
    @HudsonArvin-q4d Місяць тому

    Dibbert Fords

  • @coolkat
    @coolkat 2 місяці тому

    Thank you so much!!!

  • @msalehkarami
    @msalehkarami 3 місяці тому

    thank you.

  • @ElectronicPurine
    @ElectronicPurine 3 місяці тому

    You explained each step so well, and I really love your "no hard code" idea!!! Thank you for such a effective tutorial💯🎆

  • @joshklein87
    @joshklein87 3 місяці тому

    great explanation, thank you

  • @fernandocoelho1334
    @fernandocoelho1334 4 місяці тому

    Thanks!

  • @fendiarikristianto273
    @fendiarikristianto273 7 місяців тому

    Why do I choose data in the IQY format in Excel, data like in the video at minute 3:06? Cannot be selected.

  • @travisnachman8724
    @travisnachman8724 7 місяців тому

    when I save the document on word I use the scroll down window and hit .txt but there is no where to delete the .txt and put .iqy. It only lets me change the name. Can someone please help?

  • @_.Alok._.jha._
    @_.Alok._.jha._ 7 місяців тому

    What is the size of your desktop 🤔

  • @toddchavez5698
    @toddchavez5698 7 місяців тому

    plzzz can you do it again with current version

  • @MightyBaja
    @MightyBaja 7 місяців тому

    My question is can I do this with any site? Or there needs to be a specific API key somewhere in the website?...I want to take data from the JSE stock exchange so I can build a project around ir

    • @Betttcpp
      @Betttcpp 4 місяці тому

      Most sites have an index or directory you can stumble across. I always find them at the weirdest but helpful times

  • @posterdotcom4176
    @posterdotcom4176 7 місяців тому

    is it possible to change color on smartart as well thru vba? thanks

  • @AnanthasatyamadhavKavuru
    @AnanthasatyamadhavKavuru 7 місяців тому

    Hi I'm trying to automate the publish and refreshing action buttons in team ribbon, can you suggest the macro for this..?

  • @mirrormefashion
    @mirrormefashion 7 місяців тому

    Finally found the video I need but I can't see a single thing you're doing 😫😫. Very unfortunate.

    • @FinanceNik
      @FinanceNik 7 місяців тому

      I get you point, but you could try pinching your fingers to zoom in if you are watching the video on a smaller device. Typically also works with the UA-cam app. Hope this helps!

  • @norbster369
    @norbster369 7 місяців тому

    Using MS Office 365 for Mac. Followed all your steps and the macro did not trigger. Macro is part of a module and the cell change event trigger is under the sheet where the cell value changes. The macro runs with no problem when manually triggered, but it seems like excel does not recognise the cell value change. Ideas? Thanks!

  • @AbdulKarim-ms1xb
    @AbdulKarim-ms1xb 8 місяців тому

    sir the font is si small nearly invisible pl enlarge whic could easily be watched dont mind sir

  • @MichelleBarry-e2x
    @MichelleBarry-e2x 8 місяців тому

    Kia Ora! Thanks for a very helpful video. How would you edit the code to delete cell that have a value after a particular date? Eg. delete dates after 11/06/2101 (dd/mm/yyyy) from a data set

  • @BambooScar
    @BambooScar 8 місяців тому

    What's wrong, it won't delete the rows in column A with the words Date in them. Nothing happens actually. Sub DeleteRowswithTextDate() For i = 1 To ActiveSheet.UsedRange.Rows.Count If Cells(i, 1).Value = "Date" Then Rows(i).EntireRow.Delete End If Next i End Sub

  • @technojunkie213
    @technojunkie213 9 місяців тому

    thank you! i found this helpful

  • @byronwhitely4234
    @byronwhitely4234 10 місяців тому

    Good video man but your keyboard is loud asf

  • @mahadevtengse4970
    @mahadevtengse4970 11 місяців тому

    Need help with macros because my data range always change sometimes its 1000 rows/coloums or somtime its more than that or sometime less

    • @FinanceNik
      @FinanceNik 11 місяців тому

      Hey, could you give me a little more detail about what you are trying to do?

  • @TheExpertTutorials
    @TheExpertTutorials 11 місяців тому

    Nice vid, i've been trying to find a easy solution and here it is. if you are having the same problem that excel wont recognize it as a iqy just do this (This is an extract of someone else comments) : ""Find the file that you saved with the .igy extension. Right click it and select 'Get Info'. Navigate to the 'Name and Extension' tab and I suspect that you have to delete the '.txt' suffix. Once you do, the OS will ask you what sort of file type you want to save the file as--.txt or .iqy. Select '.iqy'.""

  • @dalpatmistry5571
    @dalpatmistry5571 11 місяців тому

    that is cool, simple but useful, powerful...

  • @Mahmoud-ys1kt
    @Mahmoud-ys1kt Рік тому

    Thanks

  • @dalpatmistry5571
    @dalpatmistry5571 Рік тому

    Hi Thank you for the video - it was very helpful. I have a question - is there a way to do the same for text file (.txt extension) search 1st word (text) and search 2nd word (text) and in between the range want to remove and save the file - PLEASE advise! Thank you for your help! - Dalpat

    • @FinanceNik
      @FinanceNik Рік тому

      Hi Dalpat, Thanks for leaving a comment! As far as I know, though, Excel is not the place to be when trying to edit text files. However, you can also use VBA in Microsoft Word. It works a little bit different here, but you do also have something like a range function. Try this: Sub RemoveTextBetweenWords() Dim filePath As String Dim inputFile As String Dim outputFile As String Dim fileContents As String Dim firstWord As String Dim secondWord As String ' Set the file path and names filePath = "C:\Path\To\Your\File\" ' Change this to your file's directory inputFile = "input.txt" outputFile = "output.txt" ' Set the words to search for firstWord = "FirstWord" secondWord = "SecondWord" ' Read the contents of the input file Open filePath & inputFile For Input As #1 fileContents = Input$(LOF(1), #1) Close #1 ' Find the positions of the first and second words Dim firstPos As Long Dim secondPos As Long firstPos = InStr(1, fileContents, firstWord, vbTextCompare) secondPos = InStr(firstPos, fileContents, secondWord, vbTextCompare) ' Check if both words were found If firstPos > 0 And secondPos > 0 Then ' Extract the text before the first word Dim newText As String newText = Left(fileContents, firstPos - 1) ' Append the text after the second word newText = newText & Mid(fileContents, secondPos + Len(secondWord)) ' Save the modified content to the output file Open filePath & outputFile For Output As #2 Print #2, newText Close #2 MsgBox "Text between '" & firstWord & "' and '" & secondWord & "' has been removed." Else MsgBox "Either '" & firstWord & "' or '" & secondWord & "' not found in the file." End If End Sub

    • @dalpatmistry5571
      @dalpatmistry5571 Рік тому

      @@FinanceNik Thank you Data Nik for prompt response. Perfect! I used the idea and works perfectly fine for me. Appreciate it so much for your tips/help/Time/Efforts....Have a great day...

    • @dalpatmistry5571
      @dalpatmistry5571 Рік тому

      QQ: what if user wants to select Input File by themselves? and after extracting the text save same file but different folder. Any tips Please.

    • @dalpatmistry5571
      @dalpatmistry5571 11 місяців тому

      Hi Nik, I am removing lines between 2 searched text string, works perfectly fine but I have these searched string repeated many times, I removed with your suggestion 1 or 2 times but when it went to last search, vba errored out string not found, How do i resoled... i used Do while loop but not working, please advise! thank you for your time!

  • @nag0007
    @nag0007 Рік тому

    Thank you very much, it helps a lot

  • @edwardrambanpinem1359
    @edwardrambanpinem1359 Рік тому

    Hallo Sir, i have excel data come from scanning Barcode that content HTTPS link. Now i klik every single line of data to insert Barcode content to Google Form. All data at A colom. How to automate it when new line data come. Thks

    • @FinanceNik
      @FinanceNik 11 місяців тому

      Hey Edward, so what you could do it write a little script that always finds the last populated row in your excel sheet. Then, when you want to add data to that sheet you just insert it one line below the last populated line. Cheers

  • @johanlompieslombard3803
    @johanlompieslombard3803 Рік тому

    Good day. Thanks for this excellent site where I can get meaningful solutions. However, when I type the routine that call the macro, exactly like in the example, except for variables, I get an error on the following line: If Not Intersect(target.Range("O2")) Is Nothing Then Here is the error message: Compile Error: Argument not optional

  • @Leonscott80
    @Leonscott80 Рік тому

    Perfect Tutorial, thanks so much!

  • @bibeo2493
    @bibeo2493 Рік тому

    Perfect!!!

  • @t0onsmusic
    @t0onsmusic Рік тому

    This was super useful, thank you!

  • @РусланДементьев-с7п

    Thank you man, it was super helpful!

  • @Reemo3
    @Reemo3 Рік тому

    you could just do a find on the date rather than splitting, but thank you!!!

  • @arduinocoding
    @arduinocoding Рік тому

    Hey thanks man. I got stuck where I couldnt import some matplotlib, little bit of googling showed me the commands to run. This was a big help, Im suprised your channel isnt larger, Have a great one

  • @PremKumar-rf3mo
    @PremKumar-rf3mo Рік тому

    good.

  • @lomofatboy
    @lomofatboy Рік тому

    Thx

  • @FCLfcl474
    @FCLfcl474 Рік тому

    Very useful, thanks

  • @THEREALDATALORD
    @THEREALDATALORD Рік тому

    little fyi you have to install requests with sudo pip3 install requests

  • @Hungry_Tree_Ghost
    @Hungry_Tree_Ghost Рік тому

    ❤️‍🔥👍

  • @iamjuan007
    @iamjuan007 Рік тому

    This didn’t help 🥴

    • @FinanceNik
      @FinanceNik Рік тому

      Hey Juan, can you explain why it did not work for you?

  • @poklav9063
    @poklav9063 Рік тому

    Hi ) amazing work! Can you make please a video about counting cells by color using Vba or some formula =countIF(A1:A100,”red”) thanks 😊

    • @FinanceNik
      @FinanceNik Рік тому

      Hey POklav, thank you for the kind words! I'll write down your request!

  • @maxikeppler9579
    @maxikeppler9579 Рік тому

    nice one! Keep it going!

  • @albrightaz
    @albrightaz Рік тому

    Please do more videos

    • @FinanceNik
      @FinanceNik Рік тому

      Hey Albright, thank you very much for your encouraging comment! I am coming back this week!

    • @albrightaz
      @albrightaz Рік тому

      You are an amazing teacher

  • @babu393
    @babu393 Рік тому

    Is it possible only the some rows rather than entire row.. Expecting reply

  • @vaz.felipe
    @vaz.felipe Рік тому

    Heiii, thanl you for that!

  • @nielsotten8397
    @nielsotten8397 Рік тому

    Perfect the “messing link”

  • @sharemarketinvestorsgroups5602

    can you make a video in which one column data continuous change by time , that record we can and also time column changes according to that 2 column we can make automatically 5 min frame data in different row as open high low close that we can use in stock market

  • @chuchojuarez95
    @chuchojuarez95 Рік тому

    good vide. I was able to follow. Nice

  • @abutahir2391
    @abutahir2391 Рік тому

    Hi, I am getting type mismatch error when I try to include OR so that I can search and delete multiple names

  • @rickblaine6699
    @rickblaine6699 2 роки тому

    Hi! I have a workbook which contains 17 sheets. This workbook is a type of work schedule where I can enter a start date which usually begins a new year. In each sheet which is based upon a 24 day work schedule I need the sheet to calculate the days of the 24 day/schedule as well as the day of the week. I need the name of the sheet to change to reflect the range of dates for each sheet. Next I need for one row the cells for Saturday and Sunday to change color. The parts that I have not been able to work are renaming the sheets based upon the start day and the changing of the cell color. What do you think?