Post Python Custom CSV Reader Function To Prevent Codec Errorhen you try to read a csv file in Python, pd.read_csv() is the most common method. However, the process of decoding sometimes caus... - 2021-01-12
Post Bulk Convert WordPress Posts To WooCommerce ProductsIf you want to bulk convert WordPress posts to WooCommerce products, the best way is to operate in the database, without any plugi... - 2020-10-11
Post List All Subdirectories And Files In Python, Then Assign Depth And Extensions.Iterating a path to list all subdirectories and files is an extremely helpful function. You can read bulk excel files with several... - 2020-12-05
Post R lubridate ymd Function in Python, Convert Integer To DateSo many Python programmers complained about the inconvenience of datetime package. This function was inspired by the lubridate lib... - 2020-11-26
Post E-Reader Pros And Cons : All You Should Know Before You Buy It.E-Reader, also called E-book reader, E Ink, ePaper. It is a device designed for long-time reading. There are plenty of brands on t... - 2019-08-12
Post Add A Google Ads Conversion Tracking Tag To Your WordPress WebsiteThere are several bidding strategies available in Google Ads, including conversion, conversion value, clicks, etc. If you want to ... - 2020-09-15
Post 《Subscribe On WordPress》Preview 1This post is protected with a password. You can fill the form to subscribe to the news of this book, and I will send you the passw... - 2020-08-01
Post Target_Apyori – Improved Apriori Algorithm For Specific Products In PythonApriori is a common algorithm for retail analysis. But it will be heavy if you load huge transaction data. You may want to focus o... - 2020-09-07
Post Display Excerpts Of Password Protected Posts For WordPressAs a default, posts with password protected cannot display excerpts. However, it is helpful to hack it to achieve marketing goals.... - 2020-09-05
Data Science Advanced R Tutorial – Use SDcols In data.tableSDcols is an useful but tricky method in data.table. The statement of it is hard to remember, so I wrote down some examples, copyi... - 2020-06-15
Others R Tutorial – Source Function Files With Local AttributesIf you are building your own modules or called codebase, it is common to split some huge functions as independent files. In other ... - 2020-06-01
Python PythonAnywhere – Tasks Executed Correctly But Inserting Database FailedI ran a task on PythonAnywhere, fetching data and inserting to MySQL database in this code. Everything worked fine when I execute ... - 2020-04-13
Data Science R Tutorial – Add Quotations Or Special Characters For Elements In VectorAdding quotations or special characters to elements in vector, I think this a really useful feature. Especially, if you write SQL ... - 2020-04-05
Post Add A Comment Form / Q&A Form To WooCommerce Product PageBy default, there is a review form on WooCommerce product page, but customers can’t reply and discuss. If you want to add a commen... - 2020-08-05
Post data.table Cross Join In Rdata.table is a popular library in R, powerful, efficient. But the join/merge syntaxes in data.table are not so straightforward.Th... - 2020-04-01
Post Learn Python And R On DataCamp. Start Your Data Science Career.Data scientists and data analysts are new and popular careers in these years, and DataCamp is a online education website providing... - 2020-02-24
Post WooCommerce – Remove Download Tab From My Account PageAs the default templates of WooCommerce, 在WooCommerce預設佈景中,會員後台有一個頁籤是「下載」,但這個選項不是每個人都會需要。移除的方法很簡單,不寫要改任何的程式,也不用裝外掛,只需要到WordPress後... - 2019-09-10
Post Import Custom Package/Library/Module In PythonLibrary, also called modules, packages in Python. In fact, it seems there is some difference between these words, but I haven't di... - 2020-03-27
Mini Course Embed Likecoin Button In Medium / WordPress / Matters / Vocus PostsOutline Add Likecoin Button To Medium / Matters / Vocus. Add Likecoin Button To WordPress. ... - 2020-04-23
Mini Course jQuery – Bulk download files from web pageOutline Load jQuery On Google Chrome. Execute Bulk Actions With jQuery. ... - 2020-04-11