Icon

JKISeason3-28_​tofusa

Level: Medium

Description: As a data scientist working in finance, you are tasked with researching the current crypto market. Perform a GET request on the provided API to obtain up-to-date information, convert the data so that each token/crypto has its own row, and extract the name of the crypto, 'marketCapUSD' , and column 'changePercent24Hr' from the JSON body. With this data at hand, obtain the top 10 gainers and losers in the current crypto market and visualize them with a simple tree map. The size of each crypto should be scaled off the market cap, and its color should be determined by whether or not the percent change is positive (green) or negative (red). Hint 1: Use the Generic ECharts View for the tree map. Here's an example of a simple tree map visualization that can be useful. Hint 2: Tree maps usually do not display negative values. One simple way to handle it is to use an absolute value.

Level: MediumDescription: As a data scientist working in finance, you are tasked with researching the current crypto market. Perform a GET request on the provided API to obtain up-to-date information,convert the data so that each token/crypto has its own row, and extract the name of the crypto, 'marketCapUSD' , and column 'changePercent24Hr' from the JSON body. With this data athand, obtain the top 10 gainers and losers in the current crypto market and visualize them with a simple tree map. The size of each crypto should be scaled off the market cap, and its colorshould be determined by whether or not the percent change is positive (green) or negative (red). Hint 1: Use the Generic ECharts View for the tree map. Here's an example of a simple treemap visualization that can be useful. Hint 2: Tree maps usually do not display negative values. One simple way to handle it is to use an absolute value.説明 金融に携わるデータサイエンティストとして、あなたは現在の暗号市場を調査する使命を与えられている。提供された API に GET リクエストを実行して最新の情報を取得し、トークン/クリプトンがそれぞれ独自の行を持つようにデータを変換して、JSON ボディからクリプトの名前、'marketCapUSD'、カラム 'changePercent24Hr' を抽出する。このデータを手元に置き、現在の暗号市場の上位10位までの上昇銘柄と下落銘柄を取得し、単純なツリーマップで可視化する。各暗号のサイズは時価総額からスケーリングし、その色は変化率がプラス(緑)かマイナス(赤)かによって決定する。ヒント1: ツリーマップにはGeneric ECharts Viewを使用する。以下は便利なシンプルなツリーマップ視覚化の例です。ヒント2: ツリーマップは通常負の値を表示しない。それを扱う1つの簡単な方法は、絶対値を使用することです。 Node 2336Node 2337Node 2338Node 2341 GET Request JSON Path Ungroup GenericECharts View Level: MediumDescription: As a data scientist working in finance, you are tasked with researching the current crypto market. Perform a GET request on the provided API to obtain up-to-date information,convert the data so that each token/crypto has its own row, and extract the name of the crypto, 'marketCapUSD' , and column 'changePercent24Hr' from the JSON body. With this data athand, obtain the top 10 gainers and losers in the current crypto market and visualize them with a simple tree map. The size of each crypto should be scaled off the market cap, and its colorshould be determined by whether or not the percent change is positive (green) or negative (red). Hint 1: Use the Generic ECharts View for the tree map. Here's an example of a simple treemap visualization that can be useful. Hint 2: Tree maps usually do not display negative values. One simple way to handle it is to use an absolute value.説明 金融に携わるデータサイエンティストとして、あなたは現在の暗号市場を調査する使命を与えられている。提供された API に GET リクエストを実行して最新の情報を取得し、トークン/クリプトンがそれぞれ独自の行を持つようにデータを変換して、JSON ボディからクリプトの名前、'marketCapUSD'、カラム 'changePercent24Hr' を抽出する。このデータを手元に置き、現在の暗号市場の上位10位までの上昇銘柄と下落銘柄を取得し、単純なツリーマップで可視化する。各暗号のサイズは時価総額からスケーリングし、その色は変化率がプラス(緑)かマイナス(赤)かによって決定する。ヒント1: ツリーマップにはGeneric ECharts Viewを使用する。以下は便利なシンプルなツリーマップ視覚化の例です。ヒント2: ツリーマップは通常負の値を表示しない。それを扱う1つの簡単な方法は、絶対値を使用することです。 Node 2336Node 2337Node 2338Node 2341 GET Request JSON Path Ungroup GenericECharts View

Nodes

Extensions

Links