please continue on with the colab videos. they're great and amazing to see how the power of python can be easily harnessed within a single environment.
Thanks, it's pretty awesome, but there are very few people watching these and it takes a long time to create one of these Colab videos, so I'm not sure if I'm going to continue.
@@ExcelGoogleSheets , please do continue on COLAB functionality, with comprehensive data analysis part, including REGEX. Make comprehensive playlist on data analysis using COLAB. Thanks
Wonderful!!! Amazing!!! Nice video sirji i appreciate your work and sir please do make basic videos for this particular software and advance level videos also, as i don't belong to programming background so please do makes basics videos just like you did in apps scripts. And really your videos are very helpful to me. Once again i appreciate your work
Your videos amazing. Congrats for 100k. Keep doing.. I learned everything from your videos only. Could you plz do videos of “learn basics of python” and how can we use python in google sheets and docs. It would be more helpful.
You have taught me so much! I was completely new to programming but I've watched all of your Google Apps Script videos and have been been able to create some cool projects. I am just wondering what you suggest I learn next? Should I start learning Python and using Colab? Any tutorials on the way for how to start using the advanced services?
Hi. I have some problems with the update method (24:54): it only appears the following ones: update_acell, update_cell, update_cells and update_title. What can be happening? Thank you very much for the attention. Regards.
Hey man, I know this is a late reply but hopefully it will help someone else. You need to run !pip install --upgrade gspread. Without this you're running gspread 3.0 natively and worksheet.update wasn't added until after this. Hope it helps!
IDK what date this tutorial was made. but, now gc = gspread.authorize(GoogleCredentials.get_application_default()) refer to error. any req except upgrade gspread?
Is it possible to create an integration between Google Apps Scripts and Google Colab? The ideia wouble be to create like a menu in the Google Sheets Spreadsheet with Google Apps Scripts and the action would call a notebook in Google Colab?
Thanks a very good colab demo! I have three tabs on a Google Sheet workbook where two of them are input tabs and the third one is an output tab. I can display on the third tab calculation results made on the input tabs; all the calculations are done on colab. Others users (who doesnt have experience with colab) have to experiment and play with the numbers in the input tabs, and would like to see output on the third tab before reaching a desired final output numbers. The issue with this, as you can see, is multiple pulling from colab and pushing to GS - change input numbers -> see output -> improve input numbers --> see output ..... Do you know ways to make this less painful?
@@ExcelGoogleSheets Thanks! That is how I would do it if it was only the three sheets as I have discussed above (I was only giving a simple example); but what about you have more than 10 sheets that have very heavy calculations and are dependent, and it takes a lot of time to load the workbook and needs a lot of checking on results.
@@ExcelGoogleSheets say from yahoo finance ... I keep my list of stocks and trigger price mentioned in my google sheet....when I run script in colab it should start sending me notification whenever that trigger price is reached.....
Awesome video. I tried to use import robin_stocks which works in jupyter but I got an error [ModuleNotFoundError: No module named 'robin_stocks'] in colab. Any ideas?
Is there a way to use Google Apps Script to run a Google colab notebook. I'm thinking of trying to have a sheets form that has a button which triggers a python script but lost on how to start that
Hi. I am having an issue with get_all_values. dates and even numbers is read as string. Is there any method to get data separately according to its dtypes(obejct, int, float) from google spread sheet from scratch.. thanks always.
try get_all_values(value_render_option='UNFORMATTED_VALUE') You can also use get_all_records instead of get_all_values, but return will be a list of dictionaries instead of a list of lists.
@@ExcelGoogleSheets thanks a l lot. but I am still struggling with date. I do the following, 2019-10-31 with get_all_values(value_render_option='UNFORMATTED_VALUE'), then it changed 43769 (int64). so that I try this df['date'] = pd.to_datetime(df['date']). finally I got 1970-01-01 00:00:00.000043769 (datetime64[ns]). no idea where this is coming from. your kind feedback would be appreciated.
Hello i just found a problem today that the update function to write from google colab to google sheet isn't available anymore. Can you help me solve this? Thankyou
Been watching your Google Apps Script videos, great work and quality of tutorial. Thank you. With this tutorial I am having issues loading a worksheet - I have a row above the headers/column labels that I don't want to use. I usually use skiprows=1 but this does not work with the.DataFrame.from_records() - Any suggestions appreciated (from anyone, and please don't say google it, i've been there and done that).
Bro I need a help from you I am using batchUpdate method to add data on my spreadsheet but there is a problem as you know batchUpdate or update keeps on overwriting in one cell how can I stop this ? Also if the cell has value I want to skip that cell and put next value on empty cell.How can I do it please help me. Note: I am using node.js
I want to append the data on 2 collumn with 2 given ranges just like batchUpdate does it but since update/batchUpdate overwrites things I was also thinking how can I use append for 2 ranges. Sir for further contact can I have your email or any contact I am one of your very old subscribers. Really love the content you do on these channel. Please reply also thanks
This is the training file with some mock up data, u may use it. docs.google.com/spreadsheets/d/1vDIL_P5JH2SPmcPFZVR7GxxyhS2rjydyCLa3dsEK0Kg/edit?usp=sharing
Wow.. I have been using your tutorials since long to develop small application for my organization.
You and Google keep surprising me.
Will try it out
please continue on with the colab videos. they're great and amazing to see how the power of python can be easily harnessed within a single environment.
Thanks, it's pretty awesome, but there are very few people watching these and it takes a long time to create one of these Colab videos, so I'm not sure if I'm going to continue.
@@ExcelGoogleSheets Please do continue.
@@ExcelGoogleSheets maybe adding python in the title will attract more people? Nevertheless, your content is simply the best!
@@ExcelGoogleSheets , please do continue on COLAB functionality, with comprehensive data analysis part, including REGEX. Make comprehensive playlist on data analysis using COLAB. Thanks
Thanks! Congrats 100k! Keep pushing, good luck and inspiration!
Thanks so much!
Thank you! congrats for you 100K! keep going!
Thank you! 😃
You Sir, are awesome. You are a life saver. You inspired me to learn Python.
Wonderful!!! Amazing!!! Nice video sirji i appreciate your work and sir please do make basic videos for this particular software and advance level videos also, as i don't belong to programming background so please do makes basics videos just like you did in apps scripts. And really your videos are very helpful to me. Once again i appreciate your work
Congratulations on your 100k subscribers achievement!
Thank you so much 😀
Man you don't know how you really helped me
Good to hear.
Your videos amazing. Congrats for 100k. Keep doing.. I learned everything from your videos only. Could you plz do videos of “learn basics of python” and how can we use python in google sheets and docs. It would be more helpful.
I did a quick overview here if you know JavaScript ruclips.net/video/povMqm4cttM/видео.html
Learn Google Spreadsheets it’s really helpful. Keep doing more videos on google colab with python
Amazing content I have learned a lot from your content. Big thanks! Hope you are always healthy and happy
👍
You have taught me so much! I was completely new to programming but I've watched all of your Google Apps Script videos and have been been able to create some cool projects. I am just wondering what you suggest I learn next? Should I start learning Python and using Colab? Any tutorials on the way for how to start using the advanced services?
I’m not sure what I have that I can apply this to. Very interesting watching you work though. Keep going! Congrats on 100k!
It will probably make more sense in future videos.
Thanks for the run through, awesome, thank you!
Well done, Actionable lessons
i am realy impressed you are maing us learn how to search
Amazing!! I can save a lot of time using it. Thank you very much!
I think I can follow you and adapt it to what I need at this time. I'm going to start using it now.
Excellent video as usual...if i may add, can you plz put time stamps in your video..that would help us keep track much easily..thnx
such a great video, saved me so much time, thank you!!!!
Congrats on 100K.
Anyway, I can call a Colab script from a button click on the sheet ?
Not at the moment.
Thank you so much for this valuable content! :D
Please can we have access to the Google sheet used for this video ?
Love you, really helpful.
Nice Video. What is the link to the documentation of various methods you are referring to in the video ?
Are you asking about pandas documentation? pandas.pydata.org/docs/reference/index.html
Excellent! Thank you!!
Is there a link to this actual colab somewhere? :)
could you please countinue after load gsheet in dataframe then making to plotting x,y and another chart. please
Hi. I have some problems with the update method (24:54): it only appears the following ones: update_acell, update_cell, update_cells and update_title. What can be happening? Thank you very much for the attention. Regards.
Hey man, I know this is a late reply but hopefully it will help someone else. You need to run !pip install --upgrade gspread. Without this you're running gspread 3.0 natively and worksheet.update wasn't added until after this. Hope it helps!
@@NelkaPerson Thank you, this helped me! I also had to restart the runtime before the upgrade worked.
Awesome !!!.
Could we install/use tensorflow in google colab?
Yes!
@@ExcelGoogleSheets wow sounds good. i hope you make tutorial about it on next...
IDK what date this tutorial was made.
but, now
gc = gspread.authorize(GoogleCredentials.get_application_default())
refer to error.
any req except upgrade gspread?
from google.colab import auth
auth.authenticate_user()
import pandas as pd
import gspread
from oauth2client.client import GoogleCredentials
from google.auth import default
creds, _ = default()
gc = gspread.authorize(creds)
few seconds already done,
delete line
gc = gspread.authorize(GoogleCredentials.get_application_default())
and add few line before above
from pydrive.auth import GoogleAuth
from pydrive.drive import GoogleDrive
from oauth2client.client import GoogleCredentials
auth.authenticate_user()
gauth = GoogleAuth()
gauth.credentials = GoogleCredentials.get_application_default()
drive = GoogleDrive(gauth)
#google sheet
from google.colab import auth
auth.authenticate_user()
import gspread
from google.auth import default
creds, _ = default()
gc = gspread.authorize(creds)
thank a lot for this tutorial, help me full for read data gsheet. instead using csv
please make more tutorial predict price please
Is it possible to create an integration between Google Apps Scripts and Google Colab?
The ideia wouble be to create like a menu in the Google Sheets Spreadsheet with Google Apps Scripts and the action would call a notebook in Google Colab?
I don't think you can do this at the moment, but hopefully they'll add API for this at some point.
This is so cool
Hey congrats 💯 K subscribe 🎉
Thank You!
Thanks a very good colab demo!
I have three tabs on a Google Sheet workbook where two of them are input tabs and the third one is an output tab. I can display on the third tab calculation results made on the input tabs; all the calculations are done on colab.
Others users (who doesnt have experience with colab) have to experiment and play with the numbers in the input tabs, and would like to see output on the third tab before reaching a desired final output numbers. The issue with this, as you can see, is multiple pulling from colab and pushing to GS - change input numbers -> see output -> improve input numbers --> see output .....
Do you know ways to make this less painful?
Looks like you should be doing your calculations in Google Sheets using formulas.
@@ExcelGoogleSheets Thanks! That is how I would do it if it was only the three sheets as I have discussed above (I was only giving a simple example); but what about you have more than 10 sheets that have very heavy calculations and are dependent, and it takes a lot of time to load the workbook and needs a lot of checking on results.
there is no easy answer. it's case by case.
Mille fois Merci (:
Please make a video on how to get real time stock data in google sheet using colab
Get from where?
@@ExcelGoogleSheets say from yahoo finance ... I keep my list of stocks and trigger price mentioned in my google sheet....when I run script in colab it should start sending me notification whenever that trigger price is reached.....
Why Colab? Maybe this? ruclips.net/video/HRRrB_cjtZA/видео.html
@@ExcelGoogleSheets this method has data delay upto 20 mins... For day traders this method doesn't suit....
thanks a lot!
Awesome video. I tried to use import robin_stocks which works in jupyter but I got an error [ModuleNotFoundError: No module named 'robin_stocks'] in colab. Any ideas?
!pip install robin_stocks
Is there a way to use Google Apps Script to run a Google colab notebook. I'm thinking of trying to have a sheets form that has a button which triggers a python script but lost on how to start that
Not at the moment.
@@ExcelGoogleSheets aww, well keep up the posts you have definitely changed the game for me with data manipulation!
Hi. I am having an issue with get_all_values. dates and even numbers is read as string. Is there any method to get data separately according to its dtypes(obejct, int, float) from google spread sheet from scratch.. thanks always.
try get_all_values(value_render_option='UNFORMATTED_VALUE')
You can also use get_all_records instead of get_all_values, but return will be a list of dictionaries instead of a list of lists.
@@ExcelGoogleSheets thanks a l lot. but I am still struggling with date. I do the following, 2019-10-31 with get_all_values(value_render_option='UNFORMATTED_VALUE'), then it changed 43769 (int64). so that I try this df['date'] = pd.to_datetime(df['date']). finally I got 1970-01-01 00:00:00.000043769 (datetime64[ns]). no idea where this is coming from. your kind feedback would be appreciated.
Hi, is Colab able to join Data from many CSV files in the G Drive?
Yes.
not only java script can....now python also can....!!!!...So which language is best to learn? I am starting to learn..now...
For Google Workspace stuff, JavaScript.
@@ExcelGoogleSheets thx. your advice..
On point
Hello i just found a problem today that the update function to write from google colab to google sheet isn't available anymore. Can you help me solve this? Thankyou
Run the gspread install line again
How can I convert JSON data and write into a google sheet with Colab?
Depends on where JSON data is located. But generally speaking you should be able to use Pandas
df = pd.read_json('data.json')
Been watching your Google Apps Script videos, great work and quality of tutorial. Thank you. With this tutorial I am having issues loading a worksheet - I have a row above the headers/column labels that I don't want to use. I usually use skiprows=1 but this does not work with the.DataFrame.from_records() - Any suggestions appreciated (from anyone, and please don't say google it, i've been there and done that).
Don't use from records.
df = pd.DataFrame(data=yourdata[2:],columns=yourdata[1])
I am getting an error that "update is not an attribute of worksheet". Can you help?
Run the update command for the library.
Thank you
Bro I need a help from you I am using batchUpdate method to add data on my spreadsheet but there is a problem as you know batchUpdate or update keeps on overwriting in one cell how can I stop this ? Also if the cell has value I want to skip that cell and put next value on empty cell.How can I do it please help me. Note: I am using node.js
Use append instead of update.
But sir how can I do batch update on append
Bro please reply
Append doesn't support batch, but it still can append an entire array.
I'm not sure why you need batch.
I want to append the data on 2 collumn with 2 given ranges just like batchUpdate does it but since update/batchUpdate overwrites things I was also thinking how can I use append for 2 ranges. Sir for further contact can I have your email or any contact I am one of your very old subscribers. Really love the content you do on these channel. Please reply also thanks
Can we publish it as web app?
No, can't be a Web App.
@@ExcelGoogleSheets then how can we put to use it into an application?
Can you start a online classes for us on week offs.
Right now I don't really have week offs. :)
thx
i love you
This is the training file with some mock up data, u may use it. docs.google.com/spreadsheets/d/1vDIL_P5JH2SPmcPFZVR7GxxyhS2rjydyCLa3dsEK0Kg/edit?usp=sharing
i cant find update method for the work sheet in 24:65
ruclips.net/video/cN7W2EPM-dw/видео.html
Make sure you run the install for the library to get the up to date version.
@@ExcelGoogleSheets thank you it works
Nice videos, but, wtf, man? I mean, attach a copy of the code or the github.
in case someone need this
from google.colab import auth
auth.authenticate_user()
import gspread
from google.auth import default
creds, _ = default()