<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Web-App on Izzuddin Ahsanujunda</title><link>https://iahsanujunda.me/tags/web-app/</link><description>Recent content in Web-App on Izzuddin Ahsanujunda</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 08 Aug 2022 17:26:21 +0900</lastBuildDate><atom:link href="https://iahsanujunda.me/tags/web-app/index.xml" rel="self" type="application/rss+xml"/><item><title>Read Google Spreadsheet as Pandas DataFrame</title><link>https://iahsanujunda.me/2022/08/08/read-google-spreadsheet-as-pandas-dataframe/</link><pubDate>Mon, 08 Aug 2022 17:26:21 +0900</pubDate><guid>https://iahsanujunda.me/2022/08/08/read-google-spreadsheet-as-pandas-dataframe/</guid><description>&lt;p>We can read our google spreadsheets via pandas to be used in our analysis. We just have to get this part of the sharing URL &lt;code>https://docs.google.com/spreadsheets/d/[sheet_id]/edit?usp=sharing&lt;/code> and the sheet name, then put it into this format &lt;code>https://docs.google.com/spreadsheets/d/[sheet_id]/gviz/tq?tqx=out:csv&amp;amp;sheet=[sheet_name]&lt;/code>.&lt;/p>
&lt;p>We can then put this url into &lt;code>pandas.read_csv()&lt;/code>.&lt;/p>
&lt;p>And of course I build a react app for this. &lt;a href="http://google-spreadsheet-url-convert.herokuapp.com/">It&amp;rsquo;s this one&lt;/a>. Because why not.&lt;/p></description></item><item><title>How to Embed Images Hosted on Google Drive</title><link>https://iahsanujunda.me/2022/08/01/how-to-embed-images-hosted-on-google-drive/</link><pubDate>Mon, 01 Aug 2022 23:12:02 +0900</pubDate><guid>https://iahsanujunda.me/2022/08/01/how-to-embed-images-hosted-on-google-drive/</guid><description>&lt;p>Embedding image URL from google drive is actually easy. We just have to convert the URL we got from google drive from this format &lt;code>https://drive.google.com/file/d/[image_id]/view?usp=sharing&lt;/code> to this format &lt;code>https://drive.google.com/uc?export=view&amp;amp;id=[image_id]&lt;/code>.&lt;/p>
&lt;p>Even easier, just use this tool I make: &lt;a href="https://gdrive-url-convert.herokuapp.com">gdrive-url-converter&lt;/a>&lt;/p>
&lt;!-- more -->
&lt;p>I build this tool using React as I have not got a chance to play with React for a long time. It is a good exercise to flex my front-end muscle.&lt;/p></description></item></channel></rss>