Python,

Thumbnail of post image 185
インストール

pandas-datareader — pandas-datareader 0.10.0 documentation

pip install pandas-datareaderStooqimport datetime ...

Python

Thumbnail of post image 100
pystan

ソースファイルをダウンロードして自分でコンパイルします

install D:\WinPython\content\httpstan install D:\WinPython\content\pystan

Micr ...

Python,

Thumbnail of post image 068
prophetpip install convertdatepip install lunarcalendarpip install holidayspip install prophet

prophet · PyPI

サンプルi ...

Python,

Thumbnail of post image 110
Python のプログラムimport pandas as pd# 株価データと分割情報のCSVファイルの読み込みstock_data_csv = 'ticker225.csv' # 株価データのCSVファイルsplit_d ...

bat,LibreOffice

Thumbnail of post image 088

LibreOfficeCalc

LibreOffice CalcでCSVをインポートするマクロの使い方をご紹介します。

ステップ1: マクロを追加する

LibreOffice Calcを開きます。
任意のスプレッドシー ...

bat,windows

Thumbnail of post image 035
bitsadminset FILENAME=20231101.zipset FILENAME2=C:\data\%FILENAME%if not exist %FILENAME2% (bitsadmin/transfer "tes ...

LibreOffice

Thumbnail of post image 181

LibreOffice Calcで条件付き書式を使ってカラースケールを適用する方法

LibreOfficeCalc

セルを選択: 条件付き書式を適用したいセル範囲を選択します。
条件付き書式を選択: メニューバーから ...

bat,

Thumbnail of post image 097

sed

ストリーミングエディターで行ごとに文字列を加工

sed.exe -e "/^$/d" -e "/^ $/d" -e "s/(\(\+\))/,\1.T,/g" - ...

wordpress

Thumbnail of post image 198
WP Downgrade | Specific Core Version

「WP Downgrade」をインストールして有効化する。
メニューの「設定」から「WP Downgrade」を選択。
ターゲットバージョ

bat

Thumbnail of post image 090

ファイル内の空行を削除sed.exe -e "/^$/d" input.txt > output.txtコマンドの説明

/^$/d: 空行(行の開始と終了の間に何もない行)を削除します。
^$: 空行を ...