Skip to content

Instantly share code, notes, and snippets.

View mrbkdad's full-sized avatar

JW Park mrbkdad

  • Korea, Seoul. I want to be develop at New Zealand.
View GitHub Profile
'''
1. get_yearly_revenue (연간 매출 계산)
monthly_revenue (월간 매출)를 인수로 받고, revenue for a year (연간 매출)를 리턴.
takes monthly_revenue and returns revenue for a year.
2. get_yearly_expenses (연간 비용 계산)
monthly_expenses (월간 비용)를 인수로 받고, expenses for a year (연간 비용)를 리턴.
takes monthly_expenses returns expenses for a year.
3. get_tax_amount (세금 계산)
profit (이익) 를 인수로 받고, tax_amount (세금 금액) 를 리턴.
takes profit returns tax_amount.
@mrbkdad
mrbkdad / RoiOfMyProcessFromOrchestratorAPI.ipynb
Created June 21, 2019 04:48
ROI from Orchestrator with API by python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mrbkdad
mrbkdad / OrchestratorAPI.ipynb
Created June 19, 2019 05:21
UiPath Orchestrator API by python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mrbkdad
mrbkdad / python_basic_course_03.ipynb
Created January 27, 2019 10:49
Python basic course 3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mrbkdad
mrbkdad / python_basic_course_02.ipynb
Created January 27, 2019 10:47
Python basic course 2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mrbkdad
mrbkdad / python_basic_course_01.ipynb
Created January 27, 2019 10:39
Python basic course 1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mrbkdad
mrbkdad / ancors_automation.ipynb
Created August 17, 2018 00:23
판다스 이용 Ancos 품목 마스터 저장
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mrbkdad
mrbkdad / sparkml_mllib_02.ipynb
Created July 19, 2018 02:02
learning spark ML chapter 2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mrbkdad
mrbkdad / learning_scala_07.ipynb
Created July 19, 2018 01:47
learning scala chapter 7
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mrbkdad
mrbkdad / learning_scala_06.ipynb
Created July 19, 2018 01:46
learning scala chapter 6
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.